#844B12

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

Shades of Saddle Brown #844B12

Tints of Saddle Brown #844B12

Color information

#844B12 (or 0x844B12) is unknown color: approx Saddle Brown. HEX triplet: 84, 4B and 12. RGB value is (132,75,18). Sum of RGB (Red+Green+Blue) = 132+75+18=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #844B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844B12 is #7BB4ED. Grayscale: #555555. Windows color (decimal): -8107246 or 1198980. OLE color: 1198980.

HSL color Cylindrical-coordinate representation of color #844B12: hue angle of 30º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #844B12 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1327518-
CMYK00.430.860.48
HSL30º76%29.41%-
HSV(B)30º86.36%51.76%-
XYZ12.149.981.86-
YUV85.5489.88161.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 8%
R=58.67%
G=33.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132751800.430.860.48307629.41
Hex844B1202B56301e4c1d
Octal20411322053126603611435
Binary100001001001011100100101011101011011000011110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,18); }

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

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

 a { background-color: rgb(132,75,18); }

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

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

 span { border-color: rgb(132,75,18); }

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