#C57C1A

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

Shades of Ochre #C57C1A

Tints of Ochre #C57C1A

Color information

#C57C1A (or 0xC57C1A) is unknown color: approx Ochre. HEX triplet: C5, 7C and 1A. RGB value is (197,124,26). Sum of RGB (Red+Green+Blue) = 197+124+26=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C1A is #3A83E5. Grayscale: #878787. Windows color (decimal): -3834854 or 1735877. OLE color: 1735877.

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

Color convert

RGB19712426-
CMYK00.370.870.23
HSL34.39º76.68%43.73%-
HSV(B)34.39º86.8%77.25%-
XYZ30.4226.364.46-
YUV134.6666.68172.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 26 (10.55% from 255) = 7.49%
R=56.77%
G=35.73%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971242600.370.870.2334.3976.6843.73
HexC57C1A0255717224d2c
Octal30517432045127274211554
Binary1100010111111001101001001011010111101111000101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C1A; }

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

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

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

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

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

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

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

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