#884701

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

Shades of Saddle Brown #884701

Tints of Saddle Brown #884701

Color information

#884701 (or 0x884701) is unknown color: approx Saddle Brown. HEX triplet: 88, 47 and 01. RGB value is (136,71,1). Sum of RGB (Red+Green+Blue) = 136+71+1=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #884701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884701 is #77B8FE. Grayscale: #525252. Windows color (decimal): -7846143 or 83848. OLE color: 83848.

HSL color Cylindrical-coordinate representation of color #884701: hue angle of 31.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #884701 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136711-
CMYK00.480.990.47
HSL31.11º98.54%26.86%-
HSV(B)31.11º99.26%53.33%-
XYZ12.419.741.26-
YUV82.4682.03166.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.38%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=65.38%
G=34.13%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13671100.480.990.4731.1198.5426.86
Hex88471030632F1f631b
Octal2101071060143573714333
Binary10001000100011110110000110001110111111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884701; }

 p { color: rgb(136,71,1); }

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

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

 a { background-color: rgb(136,71,1); }

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

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

 span { border-color: rgb(136,71,1); }

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