#884113

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

Shades of Saddle Brown #884113

Tints of Saddle Brown #884113

Color information

#884113 (or 0x884113) is unknown color: approx Saddle Brown. HEX triplet: 88, 41 and 13. RGB value is (136,65,19). Sum of RGB (Red+Green+Blue) = 136+65+19=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #884113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884113 is #77BEEC. Grayscale: #515151. Windows color (decimal): -7847661 or 1261960. OLE color: 1261960.

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

Color convert

RGB1366519-
CMYK00.520.860.47
HSL23.59º75.48%30.39%-
HSV(B)23.59º86.03%53.33%-
XYZ12.169.061.72-
YUV80.9893.02167.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=61.82%
G=29.55%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136651900.520.860.4723.5975.4830.39
Hex884113034562F184b1e
Octal21010123064126573011336
Binary100010001000001100110110100101011010111111000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884113; }

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

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

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

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

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

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

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

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