#C57725

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

Shades of Ochre #C57725

Tints of Ochre #C57725

Color information

#C57725 (or 0xC57725) is unknown color: approx Ochre. HEX triplet: C5, 77 and 25. RGB value is (197,119,37). Sum of RGB (Red+Green+Blue) = 197+119+37=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C57725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57725 is #3A88DA. Grayscale: #858585. Windows color (decimal): -3836123 or 2455493. OLE color: 2455493.

HSL color Cylindrical-coordinate representation of color #C57725: hue angle of 30.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C57725 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19711937-
CMYK00.400.810.23
HSL30.75º68.38%45.88%-
HSV(B)30.75º81.22%77.25%-
XYZ29.9625.25.03-
YUV132.9773.84173.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=55.81%
G=33.71%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971193700.400.810.2330.7568.3845.88
HexC5772502851171f442e
Octal30516745050121273710456
Binary1100010111101111001010101000101000110111111111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57725; }

 p { color: rgb(197,119,37); }

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

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

 a { background-color: rgb(197,119,37); }

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

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

 span { border-color: rgb(197,119,37); }

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