#CB8456

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

Shades of Burning Sand #CB8456

Tints of Burning Sand #CB8456

Color information

#CB8456 (or 0xCB8456) is unknown color: approx Burning Sand. HEX triplet: CB, 84 and 56. RGB value is (203,132,86). Sum of RGB (Red+Green+Blue) = 203+132+86=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8456 is #347BA9. Grayscale: #949494. Windows color (decimal): -3439530 or 5670091. OLE color: 5670091.

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

Color convert

RGB20313286-
CMYK00.350.580.20
HSL23.59º52.94%56.67%-
HSV(B)23.59º57.64%79.61%-
XYZ34.5629.8712.75-
YUV147.9893.02167.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=48.22%
G=31.35%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031328600.350.580.2023.5952.9456.67
HexCB84560233A14183539
Octal3132041260437224306571
Binary1100101110000100101011001000111110101010011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8456; }

 p { color: rgb(203,132,86); }

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

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

 a { background-color: rgb(203,132,86); }

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

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

 span { border-color: rgb(203,132,86); }

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