#884914

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

Shades of Saddle Brown #884914

Tints of Saddle Brown #884914

Color information

#884914 (or 0x884914) is unknown color: approx Saddle Brown. HEX triplet: 88, 49 and 14. RGB value is (136,73,20). Sum of RGB (Red+Green+Blue) = 136+73+20=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884914 is #77B6EB. Grayscale: #565656. Windows color (decimal): -7845612 or 1329544. OLE color: 1329544.

HSL color Cylindrical-coordinate representation of color #884914: hue angle of 27.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #884914 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1367320-
CMYK00.460.850.47
HSL27.41º74.36%30.59%-
HSV(B)27.41º85.29%53.33%-
XYZ12.6610.051.93-
YUV85.890.87163.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=59.39%
G=31.88%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136732000.460.850.4727.4174.3630.59
Hex88491402E552F1b4a1f
Octal21011124056125573311237
Binary100010001001001101000101110101010110111111011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884914; }

 p { color: rgb(136,73,20); }

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

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

 a { background-color: rgb(136,73,20); }

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

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

 span { border-color: rgb(136,73,20); }

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