#c46d1e

Color #C46D1E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C46D1E

Tints of Ochre #C46D1E

Color information

#C46D1E (or 0xC46D1E) is unknown color: approx Ochre. HEX triplet: C4, 6D and 1E. RGB value is (196,109,30). Sum of RGB (Red+Green+Blue) = 196+109+30=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D1E is #3B92E1. Grayscale: #7E7E7E. Windows color (decimal): -3904226 or 1994180. OLE color: 1994180.

HSL color Cylindrical-coordinate representation of color #C46D1E: hue angle of 28.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C46D1E is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19610930-
CMYK00.440.850.23
HSL28.55º73.45%44.31%-
HSV(B)28.55º84.69%76.86%-
XYZ28.4722.774.12-
YUV126.0173.82177.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=58.51%
G=32.54%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961093000.440.850.2328.5573.4544.31
HexC46D1E02C55171d492c
Octal30415536054125273511154
Binary110001001101101111100101100101010110111111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46d1e; }

 p { color: rgb(196,109,30); }

 H1.HeaderClassName
 {
   color: #c46d1e;
 }
 .AnyTagClassName
 {
   color: #c46d1e;
 }
</style>
background-color css

<style>
 a { background-color: #c46d1e; }

 a { background-color: rgb(196,109,30); }

 div.DivClassName
 {
   background-color: #c46d1e;
 }
 .BgClassName
 {
   background-color: #c46d1e;
 }
</style>
border-color css

<style>
 span { border-color: #c46d1e; }

 span { border-color: rgb(196,109,30); }

 td.TdClassName
 {
   border-color: #c46d1e;
 }
 .TagClassName
 {
   border-color: #c46d1e;
 }
</style>