#C5801A

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

Shades of Ochre #C5801A

Tints of Ochre #C5801A

Color information

#C5801A (or 0xC5801A) is unknown color: approx Ochre. HEX triplet: C5, 80 and 1A. RGB value is (197,128,26). Sum of RGB (Red+Green+Blue) = 197+128+26=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C5801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5801A is #3A7FE5. Grayscale: #898989. Windows color (decimal): -3833830 or 1736901. OLE color: 1736901.

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

Color convert

RGB19712826-
CMYK00.350.870.23
HSL35.79º76.68%43.73%-
HSV(B)35.79º86.8%77.25%-
XYZ30.9327.384.63-
YUV13765.36170.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 26 (10.55% from 255) = 7.41%
R=56.13%
G=36.47%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971282600.350.870.2335.7976.6843.73
HexC5801A0235717244d2c
Octal30520032043127274411554
Binary11000101100000001101001000111010111101111001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5801A; }

 p { color: rgb(197,128,26); }

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

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

 a { background-color: rgb(197,128,26); }

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

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

 span { border-color: rgb(197,128,26); }

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