#CB875D

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

Shades of Burning Sand #CB875D

Tints of Burning Sand #CB875D

Color information

#CB875D (or 0xCB875D) is unknown color: approx Burning Sand. HEX triplet: CB, 87 and 5D. RGB value is (203,135,93). Sum of RGB (Red+Green+Blue) = 203+135+93=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB875D is #3478A2. Grayscale: #969696. Windows color (decimal): -3438755 or 6129611. OLE color: 6129611.

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

Color convert

RGB20313593-
CMYK00.330.540.20
HSL22.91º51.4%58.04%-
HSV(B)22.91º54.19%79.61%-
XYZ35.2730.8114.44-
YUV150.5495.53165.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=47.10%
G=31.32%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031359300.330.540.2022.9151.458.04
HexCB875D021361417333a
Octal3132071350416624276372
Binary1100101110000111101110101000011101101010010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB875D; }

 p { color: rgb(203,135,93); }

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

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

 a { background-color: rgb(203,135,93); }

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

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

 span { border-color: rgb(203,135,93); }

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