#883913

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

Shades of Saddle Brown #883913

Tints of Saddle Brown #883913

Color information

#883913 (or 0x883913) is unknown color: approx Saddle Brown. HEX triplet: 88, 39 and 13. RGB value is (136,57,19). Sum of RGB (Red+Green+Blue) = 136+57+19=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #883913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883913 is #77C6EC. Grayscale: #4C4C4C. Windows color (decimal): -7849709 or 1259912. OLE color: 1259912.

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

Color convert

RGB1365719-
CMYK00.580.860.47
HSL19.49º75.48%30.39%-
HSV(B)19.49º86.03%53.33%-
XYZ11.738.211.58-
YUV76.2995.67170.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=64.15%
G=26.89%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136571900.580.860.4719.4975.4830.39
Hex88391303A562F134b1e
Octal2107123072126572311336
Binary10001000111001100110111010101011010111110011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883913; }

 p { color: rgb(136,57,19); }

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

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

 a { background-color: rgb(136,57,19); }

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

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

 span { border-color: rgb(136,57,19); }

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