#CB7E55

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

Shades of Burning Sand #CB7E55

Tints of Burning Sand #CB7E55

Color information

#CB7E55 (or 0xCB7E55) is unknown color: approx Burning Sand. HEX triplet: CB, 7E and 55. RGB value is (203,126,85). Sum of RGB (Red+Green+Blue) = 203+126+85=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E55 is #3481AA. Grayscale: #909090. Windows color (decimal): -3441067 or 5603019. OLE color: 5603019.

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

Color convert

RGB20312685-
CMYK00.380.580.20
HSL20.85º53.15%56.47%-
HSV(B)20.85º58.13%79.61%-
XYZ33.7328.2712.27-
YUV144.3594.51169.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=49.03%
G=30.43%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031268500.380.580.2020.8553.1556.47
HexCB7E550263A14153538
Octal3131761250467224256570
Binary110010111111110101010101001101110101010010101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E55; }

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

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

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

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

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

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

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

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