#844610

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

Shades of Saddle Brown #844610

Tints of Saddle Brown #844610

Color information

#844610 (or 0x844610) is unknown color: approx Saddle Brown. HEX triplet: 84, 46 and 10. RGB value is (132,70,16). Sum of RGB (Red+Green+Blue) = 132+70+16=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844610 is #7BB9EF. Grayscale: #525252. Windows color (decimal): -8108528 or 1066628. OLE color: 1066628.

HSL color Cylindrical-coordinate representation of color #844610: hue angle of 27.93º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #844610 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1327016-
CMYK00.470.880.48
HSL27.93º78.38%29.02%-
HSV(B)27.93º87.88%51.76%-
XYZ11.89.321.67-
YUV82.3890.54163.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 16 (6.64% from 255) = 7.34%
R=60.55%
G=32.11%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132701600.470.880.4827.9378.3829.02
Hex84461002F58301c4e1d
Octal20410620057130603411635
Binary100001001000110100000101111101100011000011100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844610; }

 p { color: rgb(132,70,16); }

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

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

 a { background-color: rgb(132,70,16); }

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

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

 span { border-color: rgb(132,70,16); }

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