#C76F1B

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

Shades of Ochre #C76F1B

Tints of Ochre #C76F1B

Color information

#C76F1B (or 0xC76F1B) is unknown color: approx Ochre. HEX triplet: C7, 6F and 1B. RGB value is (199,111,27). Sum of RGB (Red+Green+Blue) = 199+111+27=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F1B is #3890E4. Grayscale: #808080. Windows color (decimal): -3707109 or 1798087. OLE color: 1798087.

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

Color convert

RGB19911127-
CMYK00.440.860.22
HSL29.3º76.11%44.31%-
HSV(B)29.3º86.43%78.04%-
XYZ29.4423.594.04-
YUV127.7471.15178.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 27 (10.94% from 255) = 8.01%
R=59.05%
G=32.94%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991112700.440.860.2229.376.1144.31
HexC76F1B02C56161d4c2c
Octal30715733054126263511454
Binary110001111101111110110101100101011010110111011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F1B; }

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

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

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

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

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

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

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

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