#C57D1D

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

Shades of Ochre #C57D1D

Tints of Ochre #C57D1D

Color information

#C57D1D (or 0xC57D1D) is unknown color: approx Ochre. HEX triplet: C5, 7D and 1D. RGB value is (197,125,29). Sum of RGB (Red+Green+Blue) = 197+125+29=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D1D is #3A82E2. Grayscale: #888888. Windows color (decimal): -3834595 or 1932741. OLE color: 1932741.

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

Color convert

RGB19712529-
CMYK00.370.850.23
HSL34.29º74.34%44.31%-
HSV(B)34.29º85.28%77.25%-
XYZ30.5826.634.69-
YUV135.5867.85171.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 29 (11.72% from 255) = 8.26%
R=56.13%
G=35.61%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971252900.370.850.2334.2974.3444.31
HexC57D1D0255517224a2c
Octal30517535045125274211254
Binary1100010111111011110101001011010101101111000101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D1D; }

 p { color: rgb(197,125,29); }

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

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

 a { background-color: rgb(197,125,29); }

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

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

 span { border-color: rgb(197,125,29); }

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