#CB8358

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

Shades of Burning Sand #CB8358

Tints of Burning Sand #CB8358

Color information

#CB8358 (or 0xCB8358) is unknown color: approx Burning Sand. HEX triplet: CB, 83 and 58. RGB value is (203,131,88). Sum of RGB (Red+Green+Blue) = 203+131+88=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8358 is #347CA7. Grayscale: #939393. Windows color (decimal): -3439784 or 5800907. OLE color: 5800907.

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

Color convert

RGB20313188-
CMYK00.350.570.20
HSL22.43º52.51%57.06%-
HSV(B)22.43º56.65%79.61%-
XYZ34.5129.6313.13-
YUV147.6394.35167.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=48.10%
G=31.04%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031318800.350.570.2022.4352.5157.06
HexCB83580233914163539
Octal3132031300437124266571
Binary1100101110000011101100001000111110011010010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8358; }

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

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

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

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

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

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

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

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