#884B13

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

Shades of Saddle Brown #884B13

Tints of Saddle Brown #884B13

Color information

#884B13 (or 0x884B13) is unknown color: approx Saddle Brown. HEX triplet: 88, 4B and 13. RGB value is (136,75,19). Sum of RGB (Red+Green+Blue) = 136+75+19=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #884B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B13 is #77B4EC. Grayscale: #575757. Windows color (decimal): -7845101 or 1264520. OLE color: 1264520.

HSL color Cylindrical-coordinate representation of color #884B13: hue angle of 28.72º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #884B13 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1367519-
CMYK00.450.860.47
HSL28.72º75.48%30.39%-
HSV(B)28.72º86.03%53.33%-
XYZ12.7910.311.93-
YUV86.8589.71163.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=59.13%
G=32.61%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136751900.450.860.4728.7275.4830.39
Hex884B1302D562F1d4b1e
Octal21011323055126573511336
Binary100010001001011100110101101101011010111111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,75,19); }

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

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

 a { background-color: rgb(136,75,19); }

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

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

 span { border-color: rgb(136,75,19); }

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