#C77C1C

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

Shades of Ochre #C77C1C

Tints of Ochre #C77C1C

Color information

#C77C1C (or 0xC77C1C) is unknown color: approx Ochre. HEX triplet: C7, 7C and 1C. RGB value is (199,124,28). Sum of RGB (Red+Green+Blue) = 199+124+28=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C1C is #3883E3. Grayscale: #878787. Windows color (decimal): -3703780 or 1866951. OLE color: 1866951.

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

Color convert

RGB19912428-
CMYK00.380.860.22
HSL33.68º75.33%44.51%-
HSV(B)33.68º85.93%78.04%-
XYZ30.9726.644.61-
YUV135.4867.35173.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.70%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=56.70%
G=35.33%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991242800.380.860.2233.6875.3344.51
HexC77C1C0265616224b2d
Octal30717434046126264211355
Binary1100011111111001110001001101010110101101000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C1C; }

 p { color: rgb(199,124,28); }

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

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

 a { background-color: rgb(199,124,28); }

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

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

 span { border-color: rgb(199,124,28); }

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