#84340D

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

Shades of Saddle Brown #84340D

Tints of Saddle Brown #84340D

Color information

#84340D (or 0x84340D) is unknown color: approx Saddle Brown. HEX triplet: 84, 34 and 0D. RGB value is (132,52,13). Sum of RGB (Red+Green+Blue) = 132+52+13=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84340D is #7BCBF2. Grayscale: #474747. Windows color (decimal): -8113139 or 865412. OLE color: 865412.

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

Color convert

RGB1325213-
CMYK00.610.900.48
HSL19.66º82.07%28.43%-
HSV(B)19.66º90.15%51.76%-
XYZ10.827.391.24-
YUV71.4795171.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=67.01%
G=26.40%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132521300.610.900.4819.6682.0728.43
Hex8434D03D5A3014521c
Octal2046415075132602412234
Binary1000010011010011010111101101101011000010100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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