#C57E1A

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

Shades of Ochre #C57E1A

Tints of Ochre #C57E1A

Color information

#C57E1A (or 0xC57E1A) is unknown color: approx Ochre. HEX triplet: C5, 7E and 1A. RGB value is (197,126,26). Sum of RGB (Red+Green+Blue) = 197+126+26=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E1A is #3A81E5. Grayscale: #888888. Windows color (decimal): -3834342 or 1736389. OLE color: 1736389.

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

Color convert

RGB19712626-
CMYK00.360.870.23
HSL35.09º76.68%43.73%-
HSV(B)35.09º86.8%77.25%-
XYZ30.6726.874.55-
YUV135.8366.02171.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=56.45%
G=36.10%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971262600.360.870.2335.0976.6843.73
HexC57E1A0245717234d2c
Octal30517632044127274311554
Binary1100010111111101101001001001010111101111000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57E1A; }

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

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

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

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

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

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

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

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