#CD7F57

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

Shades of Burning Sand #CD7F57

Tints of Burning Sand #CD7F57

Color information

#CD7F57 (or 0xCD7F57) is unknown color: approx Burning Sand. HEX triplet: CD, 7F and 57. RGB value is (205,127,87). Sum of RGB (Red+Green+Blue) = 205+127+87=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F57 is #3280A8. Grayscale: #929292. Windows color (decimal): -3309737 or 5734349. OLE color: 5734349.

HSL color Cylindrical-coordinate representation of color #CD7F57: hue angle of 20.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD7F57 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20512787-
CMYK00.380.580.20
HSL20.34º54.13%57.25%-
HSV(B)20.34º57.56%80.39%-
XYZ34.4928.8512.77-
YUV145.7694.84170.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=48.93%
G=30.31%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051278700.380.580.2020.3454.1357.25
HexCD7F570263A14143639
Octal3151771270467224246671
Binary110011011111111101011101001101110101010010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F57; }

 p { color: rgb(205,127,87); }

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

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

 a { background-color: rgb(205,127,87); }

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

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

 span { border-color: rgb(205,127,87); }

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