#884014

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

Shades of Saddle Brown #884014

Tints of Saddle Brown #884014

Color information

#884014 (or 0x884014) is unknown color: approx Saddle Brown. HEX triplet: 88, 40 and 14. RGB value is (136,64,20). Sum of RGB (Red+Green+Blue) = 136+64+20=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #884014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884014 is #77BFEB. Grayscale: #505050. Windows color (decimal): -7847916 or 1327240. OLE color: 1327240.

HSL color Cylindrical-coordinate representation of color #884014: hue angle of 22.76º 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 #884014 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1366420-
CMYK00.530.850.47
HSL22.76º74.36%30.59%-
HSV(B)22.76º85.29%53.33%-
XYZ12.118.951.75-
YUV80.5193.85167.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=61.82%
G=29.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136642000.530.850.4722.7674.3630.59
Hex884014035552F174a1f
Octal21010024065125572711237
Binary100010001000000101000110101101010110111110111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884014; }

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

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

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

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

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

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

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

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