#c4771c

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

Shades of Ochre #C4771C

Tints of Ochre #C4771C

Color information

#C4771C (or 0xC4771C) is unknown color: approx Ochre. HEX triplet: C4, 77 and 1C. RGB value is (196,119,28). Sum of RGB (Red+Green+Blue) = 196+119+28=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4771C is #3B88E3. Grayscale: #848484. Windows color (decimal): -3901668 or 1865668. OLE color: 1865668.

HSL color Cylindrical-coordinate representation of color #C4771C: hue angle of 32.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4771C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19611928-
CMYK00.390.860.23
HSL32.5º75%43.92%-
HSV(B)32.5º85.71%76.86%-
XYZ29.5725.014.37-
YUV131.6569.51173.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.14%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 28 (11.33% from 255) = 8.16%
R=57.14%
G=34.69%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961192800.390.860.2332.57543.92
HexC4771C0275617204b2c
Octal30416734047126274011354
Binary1100010011101111110001001111010110101111000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4771c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4771c; }

 p { color: rgb(196,119,28); }

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

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

 a { background-color: rgb(196,119,28); }

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

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

 span { border-color: rgb(196,119,28); }

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