#884015

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

Shades of Saddle Brown #884015

Tints of Saddle Brown #884015

Color information

#884015 (or 0x884015) is unknown color: approx Saddle Brown. HEX triplet: 88, 40 and 15. RGB value is (136,64,21). Sum of RGB (Red+Green+Blue) = 136+64+21=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #884015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884015 is #77BFEA. Grayscale: #505050. Windows color (decimal): -7847915 or 1392776. OLE color: 1392776.

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

Color convert

RGB1366421-
CMYK00.530.850.47
HSL22.43º73.25%30.78%-
HSV(B)22.43º84.56%53.33%-
XYZ12.128.961.8-
YUV80.6394.35167.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.54%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=61.54%
G=28.96%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136642100.530.850.4722.4373.2530.78
Hex884015035552F16491f
Octal21010025065125572611137
Binary100010001000000101010110101101010110111110110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884015; }

 p { color: rgb(136,64,21); }

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

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

 a { background-color: rgb(136,64,21); }

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

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

 span { border-color: rgb(136,64,21); }

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