#845011

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

Shades of Saddle Brown #845011

Tints of Saddle Brown #845011

Color information

#845011 (or 0x845011) is unknown color: approx Saddle Brown. HEX triplet: 84, 50 and 11. RGB value is (132,80,17). Sum of RGB (Red+Green+Blue) = 132+80+17=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #845011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845011 is #7BAFEE. Grayscale: #585858. Windows color (decimal): -8105967 or 1134724. OLE color: 1134724.

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

Color convert

RGB1328017-
CMYK00.390.870.48
HSL32.87º77.18%29.22%-
HSV(B)32.87º87.12%51.76%-
XYZ12.4910.681.93-
YUV88.3787.73159.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=57.64%
G=34.93%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132801700.390.870.4832.8777.1829.22
Hex8450110275730214d1d
Octal20412021047127604111535
Binary1000010010100001000101001111010111110000100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845011; }

 p { color: rgb(132,80,17); }

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

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

 a { background-color: rgb(132,80,17); }

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

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

 span { border-color: rgb(132,80,17); }

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