#C76F24

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

Shades of Ochre #C76F24

Tints of Ochre #C76F24

Color information

#C76F24 (or 0xC76F24) is unknown color: approx Ochre. HEX triplet: C7, 6F and 24. RGB value is (199,111,36). Sum of RGB (Red+Green+Blue) = 199+111+36=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F24 is #3890DB. Grayscale: #818181. Windows color (decimal): -3707100 or 2387911. OLE color: 2387911.

HSL color Cylindrical-coordinate representation of color #C76F24: hue angle of 27.61º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C76F24 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19911136-
CMYK00.440.820.22
HSL27.61º69.36%46.08%-
HSV(B)27.61º81.91%78.04%-
XYZ29.5623.644.67-
YUV128.7675.65178.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.51%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 36 (14.45% from 255) = 10.40%
R=57.51%
G=32.08%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991113600.440.820.2227.6169.3646.08
HexC76F2402C52161c452e
Octal30715744054122263410556
Binary1100011111011111001000101100101001010110111001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F24; }

 p { color: rgb(199,111,36); }

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

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

 a { background-color: rgb(199,111,36); }

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

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

 span { border-color: rgb(199,111,36); }

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