#C46F27

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

Shades of Ochre #C46F27

Tints of Ochre #C46F27

Color information

#C46F27 (or 0xC46F27) is unknown color: approx Ochre. HEX triplet: C4, 6F and 27. RGB value is (196,111,39). Sum of RGB (Red+Green+Blue) = 196+111+39=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F27 is #3B90D8. Grayscale: #808080. Windows color (decimal): -3903705 or 2584516. OLE color: 2584516.

HSL color Cylindrical-coordinate representation of color #C46F27: hue angle of 27.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C46F27 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19611139-
CMYK00.430.800.23
HSL27.52º66.81%46.08%-
HSV(B)27.52º80.1%76.86%-
XYZ28.8223.254.89-
YUV128.2177.66176.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.65%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 39 (15.62% from 255) = 11.27%
R=56.65%
G=32.08%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961113900.430.800.2327.5266.8146.08
HexC46F2702B50171c432e
Octal30415747053120273410356
Binary1100010011011111001110101011101000010111111001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F27; }

 p { color: rgb(196,111,39); }

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

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

 a { background-color: rgb(196,111,39); }

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

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

 span { border-color: rgb(196,111,39); }

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