#843B0E

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

Shades of Saddle Brown #843B0E

Tints of Saddle Brown #843B0E

Color information

#843B0E (or 0x843B0E) is unknown color: approx Saddle Brown. HEX triplet: 84, 3B and 0E. RGB value is (132,59,14). Sum of RGB (Red+Green+Blue) = 132+59+14=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #843B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843B0E is #7BC4F1. Grayscale: #4B4B4B. Windows color (decimal): -8111346 or 932740. OLE color: 932740.

HSL color Cylindrical-coordinate representation of color #843B0E: hue angle of 22.88º degrees, saturation: 0.81, 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 #843B0E is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1325914-
CMYK00.550.890.48
HSL22.88º80.82%28.63%-
HSV(B)22.88º89.39%51.76%-
XYZ11.168.071.38-
YUV75.793.18168.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=64.39%
G=28.78%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132591400.550.890.4822.8880.8228.63
Hex843BE037593017511d
Octal2047316067131602712135
Binary1000010011101111100110111101100111000010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843B0E; }

 p { color: rgb(132,59,14); }

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

<style>
 a { background-color: #843B0E; }

 a { background-color: rgb(132,59,14); }

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

<style>
 span { border-color: #843B0E; }

 span { border-color: rgb(132,59,14); }

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