#84410F

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

Shades of Saddle Brown #84410F

Tints of Saddle Brown #84410F

Color information

#84410F (or 0x84410F) is unknown color: approx Saddle Brown. HEX triplet: 84, 41 and 0F. RGB value is (132,65,15). Sum of RGB (Red+Green+Blue) = 132+65+15=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84410F is #7BBEF0. Grayscale: #4F4F4F. Windows color (decimal): -8109809 or 999812. OLE color: 999812.

HSL color Cylindrical-coordinate representation of color #84410F: hue angle of 25.64º 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 #84410F is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1326515-
CMYK00.510.890.48
HSL25.64º79.59%28.82%-
HSV(B)25.64º88.64%51.76%-
XYZ11.498.721.53-
YUV79.3391.7165.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=62.26%
G=30.66%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132651500.510.890.4825.6479.5928.82
Hex8441F03359301a501d
Octal20410117063131603212035
Binary10000100100000111110110011101100111000011010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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