#CD835A

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

Shades of Burning Sand #CD835A

Tints of Burning Sand #CD835A

Color information

#CD835A (or 0xCD835A) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 5A. RGB value is (205,131,90). Sum of RGB (Red+Green+Blue) = 205+131+90=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD835A is #327CA5. Grayscale: #949494. Windows color (decimal): -3308710 or 5931981. OLE color: 5931981.

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

Color convert

RGB20513190-
CMYK00.360.560.20
HSL21.39º53.49%57.84%-
HSV(B)21.39º56.1%80.39%-
XYZ35.1429.9513.6-
YUV148.4595.02168.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=48.12%
G=30.75%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051319000.360.560.2021.3953.4957.84
HexCD835A024381415353a
Octal3152031320447024256572
Binary1100110110000011101101001001001110001010010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD835A; }

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

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

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

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

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

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

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

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