#883B1B

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

Shades of Saddle Brown #883B1B

Tints of Saddle Brown #883B1B

Color information

#883B1B (or 0x883B1B) is unknown color: approx Saddle Brown. HEX triplet: 88, 3B and 1B. RGB value is (136,59,27). Sum of RGB (Red+Green+Blue) = 136+59+27=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #883B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B1B is #77C4E4. Grayscale: #4E4E4E. Windows color (decimal): -7849189 or 1784712. OLE color: 1784712.

HSL color Cylindrical-coordinate representation of color #883B1B: hue angle of 17.61º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #883B1B is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1365927-
CMYK00.570.800.47
HSL17.61º66.87%31.96%-
HSV(B)17.61º80.15%53.33%-
XYZ11.928.442.04-
YUV78.3899.01169.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.26%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=61.26%
G=26.58%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136592700.570.800.4717.6166.8731.96
Hex883B1B039502F124320
Octal2107333071120572210340
Binary100010001110111101101110011010000101111100101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883B1B; }

 p { color: rgb(136,59,27); }

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

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

 a { background-color: rgb(136,59,27); }

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

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

 span { border-color: rgb(136,59,27); }

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