#CB8372

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

Shades of Burning Sand #CB8372

Tints of Burning Sand #CB8372

Color information

#CB8372 (or 0xCB8372) is unknown color: approx Burning Sand. HEX triplet: CB, 83 and 72. RGB value is (203,131,114). Sum of RGB (Red+Green+Blue) = 203+131+114=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8372 is #347C8D. Grayscale: #969696. Windows color (decimal): -3439758 or 7504843. OLE color: 7504843.

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

Color convert

RGB203131114-
CMYK00.350.440.20
HSL11.46º46.11%62.16%-
HSV(B)11.46º43.84%79.61%-
XYZ35.7830.1419.85-
YUV150.59107.35165.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=45.31%
G=29.24%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313111400.350.440.2011.4646.1162.16
HexCB83720232C14b2e3e
Octal3132031620435424135676
Binary110010111000001111100100100011101100101001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8372; }

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

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

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

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

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

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

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

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