#84360D

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

Shades of Saddle Brown #84360D

Tints of Saddle Brown #84360D

Color information

#84360D (or 0x84360D) is unknown color: approx Saddle Brown. HEX triplet: 84, 36 and 0D. RGB value is (132,54,13). Sum of RGB (Red+Green+Blue) = 132+54+13=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #84360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84360D is #7BC9F2. Grayscale: #484848. Windows color (decimal): -8112627 or 865924. OLE color: 865924.

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

Color convert

RGB1325413-
CMYK00.590.900.48
HSL20.67º82.07%28.43%-
HSV(B)20.67º90.15%51.76%-
XYZ10.917.571.27-
YUV72.6594.34170.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.33%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=66.33%
G=27.14%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132541300.590.900.4820.6782.0728.43
Hex8436D03B5A3015521c
Octal2046615073132602512234
Binary1000010011011011010111011101101011000010101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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