#884A0D

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

Shades of Saddle Brown #884A0D

Tints of Saddle Brown #884A0D

Color information

#884A0D (or 0x884A0D) is unknown color: approx Saddle Brown. HEX triplet: 88, 4A and 0D. RGB value is (136,74,13). Sum of RGB (Red+Green+Blue) = 136+74+13=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #884A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A0D is #77B5F2. Grayscale: #555555. Windows color (decimal): -7845363 or 871048. OLE color: 871048.

HSL color Cylindrical-coordinate representation of color #884A0D: hue angle of 29.76º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #884A0D is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1367413-
CMYK00.460.900.47
HSL29.76º82.55%29.22%-
HSV(B)29.76º90.44%53.33%-
XYZ12.6710.161.67-
YUV85.5887.04163.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 13 (5.47% from 255) = 5.83%
R=60.99%
G=33.18%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136741300.460.900.4729.7682.5529.22
Hex884AD02E5A2F1e531d
Octal21011215056132573612335
Binary10001000100101011010101110101101010111111110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884A0D; }

 p { color: rgb(136,74,13); }

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

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

 a { background-color: rgb(136,74,13); }

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

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

 span { border-color: rgb(136,74,13); }

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