#844005

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

Shades of Saddle Brown #844005

Tints of Saddle Brown #844005

Color information

#844005 (or 0x844005) is unknown color: approx Saddle Brown. HEX triplet: 84, 40 and 05. RGB value is (132,64,5). Sum of RGB (Red+Green+Blue) = 132+64+5=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #844005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844005 is #7BBFFA. Grayscale: #4D4D4D. Windows color (decimal): -8110075 or 344196. OLE color: 344196.

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

Color convert

RGB132645-
CMYK00.520.960.48
HSL27.87º92.7%26.86%-
HSV(B)27.87º96.21%51.76%-
XYZ11.388.581.2-
YUV77.6187.03166.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.67%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=65.67%
G=31.84%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13264500.520.960.4827.8792.726.86
Hex8440503460301c5d1b
Octal2041005064140603413533
Binary1000010010000001010110100110000011000011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844005; }

 p { color: rgb(132,64,5); }

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

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

 a { background-color: rgb(132,64,5); }

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

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

 span { border-color: rgb(132,64,5); }

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