#C76E1D

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

Shades of Ochre #C76E1D

Tints of Ochre #C76E1D

Color information

#C76E1D (or 0xC76E1D) is unknown color: approx Ochre. HEX triplet: C7, 6E and 1D. RGB value is (199,110,29). Sum of RGB (Red+Green+Blue) = 199+110+29=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E1D is #3891E2. Grayscale: #7F7F7F. Windows color (decimal): -3707363 or 1928903. OLE color: 1928903.

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

Color convert

RGB19911029-
CMYK00.450.850.22
HSL28.59º74.56%44.71%-
HSV(B)28.59º85.43%78.04%-
XYZ29.3523.384.13-
YUV127.3872.49179.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.88%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 29 (11.72% from 255) = 8.58%
R=58.88%
G=32.54%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991102900.450.850.2228.5974.5644.71
HexC76E1D02D55161d4b2d
Octal30715635055125263511355
Binary110001111101110111010101101101010110110111011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E1D; }

 p { color: rgb(199,110,29); }

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

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

 a { background-color: rgb(199,110,29); }

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

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

 span { border-color: rgb(199,110,29); }

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