#CD835E

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

Shades of Burning Sand #CD835E

Tints of Burning Sand #CD835E

Color information

#CD835E (or 0xCD835E) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 5E. RGB value is (205,131,94). Sum of RGB (Red+Green+Blue) = 205+131+94=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD835E is #327CA1. Grayscale: #959595. Windows color (decimal): -3308706 or 6194125. OLE color: 6194125.

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

Color convert

RGB20513194-
CMYK00.360.540.20
HSL20º52.61%58.63%-
HSV(B)20º54.15%80.39%-
XYZ35.3130.0214.52-
YUV148.9197.02168.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=47.67%
G=30.47%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051319400.360.540.202052.6158.63
HexCD835E024361414353b
Octal3152031360446624246573
Binary1100110110000011101111001001001101101010010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD835E; }

 p { color: rgb(205,131,94); }

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

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

 a { background-color: rgb(205,131,94); }

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

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

 span { border-color: rgb(205,131,94); }

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