Html Css Color HEX #CB8359 Burning Sand

📋 copy color: '#CB8359'

red 203 ◦ green 131 ◦ blue 89

#CB8359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #CB8359

Tints of Burning Sand #CB8359

RGB

 RED value IS 203 (79.69% from 255) = 47.99%

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 89 (35.16% from 255) = 21.04%

R = 47.99%
G = 30.97%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB8359 (or 0xCB8359) is known color: Burning Sand. HEX triplet: CB, 83 and 59. RGB value is (203,131,89). Sum of RGB (Red+Green+Blue) = 203+131+89=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8359 is #347CA6. Grayscale: #939393. Windows color (decimal): -3439783 or 5866443. OLE color: 5866443.

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

Color convert

RGB 203 131 89 -
CMYK 0 0.35 0.56 0.20
HSL 22.11º 0.52% 0.57% -
HSV(B) 22.11º 0.56% 0.8% -
XYZ 34.55 29.65 13.35 -
YUV 147.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 203 131 89 0 0.35 0.56 0.20 22.11 0.52 0.57
Hex CB 83 59 0 23 38 14 16 34 39
Octal 313 203 131 0 43 70 24 26 64 71
Binary 11001011 10000011 1011001 0 100011 111000 10100 10110 110100 111001

Color Harmonies of #CB8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8359

Black with #CB8359

Text Example


Text Example

White with #CB8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8359; }

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

 H1.HeaderClassName
 {
   color: #CB8359;
 }
 .AnyTagClassName
 {
   color: #CB8359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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