#84300E

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

Shades of Saddle Brown #84300E

Tints of Saddle Brown #84300E

Color information

#84300E (or 0x84300E) is unknown color: approx Saddle Brown. HEX triplet: 84, 30 and 0E. RGB value is (132,48,14). Sum of RGB (Red+Green+Blue) = 132+48+14=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84300E is #7BCFF1. Grayscale: #454545. Windows color (decimal): -8114162 or 929924. OLE color: 929924.

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

Color convert

RGB1324814-
CMYK00.640.890.48
HSL17.29º80.82%28.63%-
HSV(B)17.29º89.39%51.76%-
XYZ10.657.051.22-
YUV69.2496.83172.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.04%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=68.04%
G=24.74%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132481400.640.890.4817.2980.8228.63
Hex8430E040593011511d
Octal20460160100131602112135
Binary10000100110000111001000000101100111000010001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84300E; }

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

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

<style>
 a { background-color: #84300E; }

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

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

<style>
 span { border-color: #84300E; }

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

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