#884A19

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

Shades of Saddle Brown #884A19

Tints of Saddle Brown #884A19

Color information

#884A19 (or 0x884A19) is unknown color: approx Saddle Brown. HEX triplet: 88, 4A and 19. RGB value is (136,74,25). Sum of RGB (Red+Green+Blue) = 136+74+25=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #884A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A19 is #77B5E6. Grayscale: #575757. Windows color (decimal): -7845351 or 1657480. OLE color: 1657480.

HSL color Cylindrical-coordinate representation of color #884A19: hue angle of 26.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #884A19 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1367425-
CMYK00.460.820.47
HSL26.49º68.94%31.57%-
HSV(B)26.49º81.62%53.33%-
XYZ12.7810.22.22-
YUV86.9593.04162.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=57.87%
G=31.49%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136742500.460.820.4726.4968.9431.57
Hex884A1902E522F1a4520
Octal21011231056122573210540
Binary1000100010010101100101011101010010101111110101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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