#CB8355

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

Shades of Burning Sand #CB8355

Tints of Burning Sand #CB8355

Color information

#CB8355 (or 0xCB8355) is unknown color: approx Burning Sand. HEX triplet: CB, 83 and 55. RGB value is (203,131,85). Sum of RGB (Red+Green+Blue) = 203+131+85=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8355 is #347CAA. Grayscale: #939393. Windows color (decimal): -3439787 or 5604299. OLE color: 5604299.

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

Color convert

RGB20313185-
CMYK00.350.580.20
HSL23.39º53.15%56.47%-
HSV(B)23.39º58.13%79.61%-
XYZ34.3829.5812.49-
YUV147.2892.85167.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 85 (33.59% from 255) = 20.29%
R=48.45%
G=31.26%
B=20.29%

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
Decimal2031318500.350.580.2023.3953.1556.47
HexCB83550233A14173538
Octal3132031250437224276570
Binary1100101110000011101010101000111110101010010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8355; }

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

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

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

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

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

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

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

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