#C4781C

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

Shades of Ochre #C4781C

Tints of Ochre #C4781C

Color information

#C4781C (or 0xC4781C) is unknown color: approx Ochre. HEX triplet: C4, 78 and 1C. RGB value is (196,120,28). Sum of RGB (Red+Green+Blue) = 196+120+28=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4781C is #3B87E3. Grayscale: #848484. Windows color (decimal): -3901412 or 1865924. OLE color: 1865924.

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

Color convert

RGB19612028-
CMYK00.390.860.23
HSL32.86º75%43.92%-
HSV(B)32.86º85.71%76.86%-
XYZ29.6925.254.41-
YUV132.2469.18173.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=56.98%
G=34.88%
B=8.14%

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
Decimal1961202800.390.860.2332.867543.92
HexC4781C0275617214b2c
Octal30417034047126274111354
Binary1100010011110001110001001111010110101111000011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4781C; }

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

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

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

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

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

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

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

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