#CD835D

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

Shades of Burning Sand #CD835D

Tints of Burning Sand #CD835D

Color information

#CD835D (or 0xCD835D) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 5D. RGB value is (205,131,93). Sum of RGB (Red+Green+Blue) = 205+131+93=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD835D is #327CA2. Grayscale: #959595. Windows color (decimal): -3308707 or 6128589. OLE color: 6128589.

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

Color convert

RGB20513193-
CMYK00.360.550.20
HSL20.36º52.83%58.43%-
HSV(B)20.36º54.63%80.39%-
XYZ35.273014.29-
YUV148.7996.52168.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=47.79%
G=30.54%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051319300.360.550.2020.3652.8358.43
HexCD835D024371414353a
Octal3152031350446724246572
Binary1100110110000011101110101001001101111010010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD835D; }

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

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

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

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

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

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

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

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