#CB8356

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

Shades of Burning Sand #CB8356

Tints of Burning Sand #CB8356

Color information

#CB8356 (or 0xCB8356) is unknown color: approx Burning Sand. HEX triplet: CB, 83 and 56. RGB value is (203,131,86). Sum of RGB (Red+Green+Blue) = 203+131+86=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8356 is #347CA9. Grayscale: #939393. Windows color (decimal): -3439786 or 5669835. OLE color: 5669835.

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

Color convert

RGB20313186-
CMYK00.350.580.20
HSL23.08º52.94%56.67%-
HSV(B)23.08º57.64%79.61%-
XYZ34.4229.612.7-
YUV147.493.35167.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=48.33%
G=31.19%
B=20.48%

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
Decimal2031318600.350.580.2023.0852.9456.67
HexCB83560233A14173539
Octal3132031260437224276571
Binary1100101110000011101011001000111110101010010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8356; }

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

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

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

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

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

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

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

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