#844714

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

Shades of Saddle Brown #844714

Tints of Saddle Brown #844714

Color information

#844714 (or 0x844714) is unknown color: approx Saddle Brown. HEX triplet: 84, 47 and 14. RGB value is (132,71,20). Sum of RGB (Red+Green+Blue) = 132+71+20=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844714 is #7BB8EB. Grayscale: #535353. Windows color (decimal): -8108268 or 1329028. OLE color: 1329028.

HSL color Cylindrical-coordinate representation of color #844714: hue angle of 27.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #844714 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1327120-
CMYK00.460.850.48
HSL27.32º73.68%29.8%-
HSV(B)27.32º84.85%51.76%-
XYZ11.99.461.86-
YUV83.4292.21162.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=59.19%
G=31.84%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132712000.460.850.4827.3273.6829.8
Hex84471402E55301b4a1e
Octal20410724056125603311236
Binary100001001000111101000101110101010111000011011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844714; }

 p { color: rgb(132,71,20); }

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

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

 a { background-color: rgb(132,71,20); }

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

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

 span { border-color: rgb(132,71,20); }

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