#CB8053

Color #CB8053 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CB8053

Tints of Raw Sienna #CB8053

Color information

#CB8053 (or 0xCB8053) is unknown color: approx Raw Sienna. HEX triplet: CB, 80 and 53. RGB value is (203,128,83). Sum of RGB (Red+Green+Blue) = 203+128+83=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8053 is #347FAC. Grayscale: #919191. Windows color (decimal): -3440557 or 5472459. OLE color: 5472459.

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

Color convert

RGB20312883-
CMYK00.370.590.20
HSL22.5º53.57%56.08%-
HSV(B)22.5º59.11%79.61%-
XYZ33.9128.7611.95-
YUV145.2992.85169.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 83 (32.81% from 255) = 20.05%
R=49.03%
G=30.92%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031288300.370.590.2022.553.5756.08
HexCB80530253B14173638
Octal3132001230457324276670
Binary1100101110000000101001101001011110111010010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8053; }

 p { color: rgb(203,128,83); }

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

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

 a { background-color: rgb(203,128,83); }

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

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

 span { border-color: rgb(203,128,83); }

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