#84410D

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

Shades of Saddle Brown #84410D

Tints of Saddle Brown #84410D

Color information

#84410D (or 0x84410D) is unknown color: approx Saddle Brown. HEX triplet: 84, 41 and 0D. RGB value is (132,65,13). Sum of RGB (Red+Green+Blue) = 132+65+13=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84410D is #7BBEF2. Grayscale: #4F4F4F. Windows color (decimal): -8109811 or 868740. OLE color: 868740.

HSL color Cylindrical-coordinate representation of color #84410D: hue angle of 26.22º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84410D is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1326513-
CMYK00.510.900.48
HSL26.22º82.07%28.43%-
HSV(B)26.22º90.15%51.76%-
XYZ11.488.721.46-
YUV79.190.7165.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=62.86%
G=30.95%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132651300.510.900.4826.2282.0728.43
Hex8441D0335A301a521c
Octal20410115063132603212234
Binary10000100100000111010110011101101011000011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84410D; }

 p { color: rgb(132,65,13); }

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

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

 a { background-color: rgb(132,65,13); }

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

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

 span { border-color: rgb(132,65,13); }

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