#883310

Color #883310 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #883310

Tints of Saddle Brown #883310

Color information

#883310 (or 0x883310) is unknown color: approx Saddle Brown. HEX triplet: 88, 33 and 10. RGB value is (136,51,16). Sum of RGB (Red+Green+Blue) = 136+51+16=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #883310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883310 is #77CCEF. Grayscale: #484848. Windows color (decimal): -7851248 or 1061768. OLE color: 1061768.

HSL color Cylindrical-coordinate representation of color #883310: hue angle of 17.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #883310 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1365116-
CMYK00.620.880.47
HSL17.5º78.95%29.8%-
HSV(B)17.5º88.24%53.33%-
XYZ11.437.641.36-
YUV72.4296.16173.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=67.00%
G=25.12%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136511600.620.880.4717.578.9529.8
Hex88331003E582F124f1e
Octal2106320076130572211736
Binary10001000110011100000111110101100010111110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883310; }

 p { color: rgb(136,51,16); }

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

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

 a { background-color: rgb(136,51,16); }

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

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

 span { border-color: rgb(136,51,16); }

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