#844800

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

Shades of Saddle Brown #844800

Tints of Saddle Brown #844800

Color information

#844800 (or 0x844800) is unknown color: approx Saddle Brown. HEX triplet: 84, 48 and 00. RGB value is (132,72,0). Sum of RGB (Red+Green+Blue) = 132+72+0=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844800 is #7BB7FF. Grayscale: #525252. Windows color (decimal): -8108032 or 18564. OLE color: 18564.

HSL color Cylindrical-coordinate representation of color #844800: hue angle of 32.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #844800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132720-
CMYK00.4510.48
HSL32.73º100%25.88%-
HSV(B)32.73º100%51.76%-
XYZ11.839.541.22-
YUV81.7381.88163.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.71%
G=35.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13272000.4510.4832.7310025.88
Hex8448002D643021641a
Octal2041100055144604114432
Binary100001001001000001011011100100110000100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844800; }

 p { color: rgb(132,72,0); }

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

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

 a { background-color: rgb(132,72,0); }

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

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

 span { border-color: rgb(132,72,0); }

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