#C88350

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

Shades of Raw Sienna #C88350

Tints of Raw Sienna #C88350

Color information

#C88350 (or 0xC88350) is unknown color: approx Raw Sienna. HEX triplet: C8, 83 and 50. RGB value is (200,131,80). Sum of RGB (Red+Green+Blue) = 200+131+80=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C88350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88350 is #377CAF. Grayscale: #929292. Windows color (decimal): -3636400 or 5276616. OLE color: 5276616.

HSL color Cylindrical-coordinate representation of color #C88350: hue angle of 25.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C88350 is Cyan = 0, Magento = 0.34, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB20013180-
CMYK00.340.60.22
HSL25.5º52.17%54.9%-
HSV(B)25.5º60%78.43%-
XYZ33.3829.0911.45-
YUV145.8290.86166.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=48.66%
G=31.87%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001318000.340.60.2225.552.1754.9
HexC883500223C161a3437
Octal3102031200427426326467
Binary1100100010000011101000001000101111001011011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88350; }

 p { color: rgb(200,131,80); }

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

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

 a { background-color: rgb(200,131,80); }

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

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

 span { border-color: rgb(200,131,80); }

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