#C76E1A

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

Shades of Ochre #C76E1A

Tints of Ochre #C76E1A

Color information

#C76E1A (or 0xC76E1A) is unknown color: approx Ochre. HEX triplet: C7, 6E and 1A. RGB value is (199,110,26). Sum of RGB (Red+Green+Blue) = 199+110+26=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E1A is #3891E5. Grayscale: #7F7F7F. Windows color (decimal): -3707366 or 1732295. OLE color: 1732295.

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

Color convert

RGB19911026-
CMYK00.450.870.22
HSL29.13º76.89%44.12%-
HSV(B)29.13º86.93%78.04%-
XYZ29.3223.373.94-
YUV127.0470.99179.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=59.40%
G=32.84%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991102600.450.870.2229.1376.8944.12
HexC76E1A02D57161d4d2c
Octal30715632055127263511554
Binary110001111101110110100101101101011110110111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E1A; }

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

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

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

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

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

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

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

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