#C4801E

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

Shades of Ochre #C4801E

Tints of Ochre #C4801E

Color information

#C4801E (or 0xC4801E) is unknown color: approx Ochre. HEX triplet: C4, 80 and 1E. RGB value is (196,128,30). Sum of RGB (Red+Green+Blue) = 196+128+30=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4801E is #3B7FE1. Grayscale: #898989. Windows color (decimal): -3899362 or 1999044. OLE color: 1999044.

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

Color convert

RGB19612830-
CMYK00.350.850.23
HSL35.42º73.45%44.31%-
HSV(B)35.42º84.69%76.86%-
XYZ30.7227.274.87-
YUV137.1667.53169.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.37%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 30 (12.11% from 255) = 8.47%
R=55.37%
G=36.16%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961283000.350.850.2335.4273.4544.31
HexC4801E023551723492c
Octal30420036043125274311154
Binary11000100100000001111001000111010101101111000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4801E; }

 p { color: rgb(196,128,30); }

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

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

 a { background-color: rgb(196,128,30); }

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

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

 span { border-color: rgb(196,128,30); }

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