#CD7F59

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

Shades of Burning Sand #CD7F59

Tints of Burning Sand #CD7F59

Color information

#CD7F59 (or 0xCD7F59) is unknown color: approx Burning Sand. HEX triplet: CD, 7F and 59. RGB value is (205,127,89). Sum of RGB (Red+Green+Blue) = 205+127+89=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F59 is #3280A6. Grayscale: #929292. Windows color (decimal): -3309735 or 5865421. OLE color: 5865421.

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

Color convert

RGB20512789-
CMYK00.380.570.20
HSL19.66º53.7%57.65%-
HSV(B)19.66º56.59%80.39%-
XYZ34.5728.8813.2-
YUV145.9995.84170.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 89 (35.16% from 255) = 21.14%
R=48.69%
G=30.17%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051278900.380.570.2019.6653.757.65
HexCD7F59026391414363a
Octal3151771310467124246672
Binary110011011111111101100101001101110011010010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F59; }

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

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

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

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

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

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

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

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