#CB8059

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

Shades of Burning Sand #CB8059

Tints of Burning Sand #CB8059

Color information

#CB8059 (or 0xCB8059) is unknown color: approx Burning Sand. HEX triplet: CB, 80 and 59. RGB value is (203,128,89). Sum of RGB (Red+Green+Blue) = 203+128+89=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8059 is #347FA6. Grayscale: #929292. Windows color (decimal): -3440551 or 5865675. OLE color: 5865675.

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

Color convert

RGB20312889-
CMYK00.370.560.20
HSL20.53º52.29%57.25%-
HSV(B)20.53º56.16%79.61%-
XYZ34.1528.8613.22-
YUV145.9895.85168.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=48.33%
G=30.48%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031288900.370.560.2020.5352.2957.25
HexCB80590253814153439
Octal3132001310457024256471
Binary1100101110000000101100101001011110001010010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8059; }

 p { color: rgb(203,128,89); }

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

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

 a { background-color: rgb(203,128,89); }

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

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

 span { border-color: rgb(203,128,89); }

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