#84400D

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

Shades of Saddle Brown #84400D

Tints of Saddle Brown #84400D

Color information

#84400D (or 0x84400D) is unknown color: approx Saddle Brown. HEX triplet: 84, 40 and 0D. RGB value is (132,64,13). Sum of RGB (Red+Green+Blue) = 132+64+13=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84400D is #7BBFF2. Grayscale: #4E4E4E. Windows color (decimal): -8110067 or 868484. OLE color: 868484.

HSL color Cylindrical-coordinate representation of color #84400D: hue angle of 25.71º 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 #84400D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1326413-
CMYK00.520.900.48
HSL25.71º82.07%28.43%-
HSV(B)25.71º90.15%51.76%-
XYZ11.428.61.44-
YUV78.5291.03166.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=63.16%
G=30.62%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132641300.520.900.4825.7182.0728.43
Hex8440D0345A301a521c
Octal20410015064132603212234
Binary10000100100000011010110100101101011000011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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