#883a16

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

Shades of Saddle Brown #883A16

Tints of Saddle Brown #883A16

Color information

#883A16 (or 0x883A16) is unknown color: approx Saddle Brown. HEX triplet: 88, 3A and 16. RGB value is (136,58,22). Sum of RGB (Red+Green+Blue) = 136+58+22=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #883A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883A16 is #77C5E9. Grayscale: #4D4D4D. Windows color (decimal): -7849450 or 1456776. OLE color: 1456776.

HSL color Cylindrical-coordinate representation of color #883A16: hue angle of 18.95º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #883A16 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1365822-
CMYK00.570.840.47
HSL18.95º72.15%30.98%-
HSV(B)18.95º83.82%53.33%-
XYZ11.818.321.74-
YUV77.2296.84169.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.96%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=62.96%
G=26.85%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136582200.570.840.4718.9572.1530.98
Hex883A16039542F13481f
Octal2107226071124572311037
Binary10001000111010101100111001101010010111110011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,58,22); }

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

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

 a { background-color: rgb(136,58,22); }

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

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

 span { border-color: rgb(136,58,22); }

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