#C57A1F

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

Shades of Ochre #C57A1F

Tints of Ochre #C57A1F

Color information

#C57A1F (or 0xC57A1F) is unknown color: approx Ochre. HEX triplet: C5, 7A and 1F. RGB value is (197,122,31). Sum of RGB (Red+Green+Blue) = 197+122+31=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A1F is #3A85E0. Grayscale: #868686. Windows color (decimal): -3835361 or 2063045. OLE color: 2063045.

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

Color convert

RGB19712231-
CMYK00.380.840.23
HSL32.89º72.81%44.71%-
HSV(B)32.89º84.26%77.25%-
XYZ30.2325.894.7-
YUV134.0569.85172.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=56.29%
G=34.86%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971223100.380.840.2332.8972.8144.71
HexC57A1F026541721492d
Octal30517237046124274111155
Binary1100010111110101111101001101010100101111000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A1F; }

 p { color: rgb(197,122,31); }

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

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

 a { background-color: rgb(197,122,31); }

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

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

 span { border-color: rgb(197,122,31); }

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