#CD855B

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

Shades of Burning Sand #CD855B

Tints of Burning Sand #CD855B

Color information

#CD855B (or 0xCD855B) is unknown color: approx Burning Sand. HEX triplet: CD, 85 and 5B. RGB value is (205,133,91). Sum of RGB (Red+Green+Blue) = 205+133+91=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD855B is #327AA4. Grayscale: #959595. Windows color (decimal): -3308197 or 5998029. OLE color: 5998029.

HSL color Cylindrical-coordinate representation of color #CD855B: hue angle of 22.11º 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 #CD855B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20513391-
CMYK00.350.560.20
HSL22.11º53.27%58.04%-
HSV(B)22.11º55.61%80.39%-
XYZ35.4530.5113.92-
YUV149.7494.85167.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=47.79%
G=31.00%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051339100.350.560.2022.1153.2758.04
HexCD855B023381416353a
Octal3152051330437024266572
Binary1100110110000101101101101000111110001010010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD855B; }

 p { color: rgb(205,133,91); }

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

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

 a { background-color: rgb(205,133,91); }

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

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

 span { border-color: rgb(205,133,91); }

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