#845206

Color #845206 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #845206

Tints of Raw Umber #845206

Color information

#845206 (or 0x845206) is unknown color: approx Raw Umber. HEX triplet: 84, 52 and 06. RGB value is (132,82,6). Sum of RGB (Red+Green+Blue) = 132+82+6=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #845206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845206 is #7BADF9. Grayscale: #585858. Windows color (decimal): -8105466 or 414340. OLE color: 414340.

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

Color convert

RGB132826-
CMYK00.380.950.48
HSL36.19º91.3%27.06%-
HSV(B)36.19º95.45%51.76%-
XYZ12.5710.951.62-
YUV88.2981.56159.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=60%
G=37.27%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13282600.380.950.4836.1991.327.06
Hex845260265F30245b1b
Octal2041226046137604413333
Binary10000100101001011001001101011111110000100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845206; }

 p { color: rgb(132,82,6); }

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

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

 a { background-color: rgb(132,82,6); }

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

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

 span { border-color: rgb(132,82,6); }

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