#C77B1C

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

Shades of Ochre #C77B1C

Tints of Ochre #C77B1C

Color information

#C77B1C (or 0xC77B1C) is unknown color: approx Ochre. HEX triplet: C7, 7B and 1C. RGB value is (199,123,28). Sum of RGB (Red+Green+Blue) = 199+123+28=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B1C is #3884E3. Grayscale: #878787. Windows color (decimal): -3704036 or 1866695. OLE color: 1866695.

HSL color Cylindrical-coordinate representation of color #C77B1C: hue angle of 33.33º 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 #C77B1C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19912328-
CMYK00.380.860.22
HSL33.33º75.33%44.51%-
HSV(B)33.33º85.93%78.04%-
XYZ30.8526.394.57-
YUV134.8967.68173.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.86%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 28 (11.33% from 255) = 8%
R=56.86%
G=35.14%
B=8%

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
Decimal1991232800.380.860.2233.3375.3344.51
HexC77B1C0265616214b2d
Octal30717334046126264111355
Binary1100011111110111110001001101010110101101000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B1C; }

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

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

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

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

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

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

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

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