#844A0E

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

Shades of Saddle Brown #844A0E

Tints of Saddle Brown #844A0E

Color information

#844A0E (or 0x844A0E) is unknown color: approx Saddle Brown. HEX triplet: 84, 4A and 0E. RGB value is (132,74,14). Sum of RGB (Red+Green+Blue) = 132+74+14=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #844A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A0E is #7BB5F1. Grayscale: #545454. Windows color (decimal): -8107506 or 936580. OLE color: 936580.

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

Color convert

RGB1327414-
CMYK00.440.890.48
HSL30.51º80.82%28.63%-
HSV(B)30.51º89.39%51.76%-
XYZ12.049.831.68-
YUV84.588.22161.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=60%
G=33.64%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132741400.440.890.4830.5180.8228.63
Hex844AE02C59301f511d
Octal20411216054131603712135
Binary10000100100101011100101100101100111000011111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A0E; }

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

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

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

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

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

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

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

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