#84400F

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

Shades of Saddle Brown #84400F

Tints of Saddle Brown #84400F

Color information

#84400F (or 0x84400F) is unknown color: approx Saddle Brown. HEX triplet: 84, 40 and 0F. RGB value is (132,64,15). Sum of RGB (Red+Green+Blue) = 132+64+15=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84400F is #7BBFF0. Grayscale: #4F4F4F. Windows color (decimal): -8110065 or 999556. OLE color: 999556.

HSL color Cylindrical-coordinate representation of color #84400F: hue angle of 25.13º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84400F is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1326415-
CMYK00.520.890.48
HSL25.13º79.59%28.82%-
HSV(B)25.13º88.64%51.76%-
XYZ11.448.611.51-
YUV78.7592.03165.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=62.56%
G=30.33%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132641500.520.890.4825.1379.5928.82
Hex8440F034593019501d
Octal20410017064131603112035
Binary10000100100000011110110100101100111000011001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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