#845306

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

Shades of Raw Umber #845306

Tints of Raw Umber #845306

Color information

#845306 (or 0x845306) is unknown color: approx Raw Umber. HEX triplet: 84, 53 and 06. RGB value is (132,83,6). Sum of RGB (Red+Green+Blue) = 132+83+6=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #845306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845306 is #7BACF9. Grayscale: #595959. Windows color (decimal): -8105210 or 414596. OLE color: 414596.

HSL color Cylindrical-coordinate representation of color #845306: hue angle of 36.67º 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 #845306 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132836-
CMYK00.370.950.48
HSL36.67º91.3%27.06%-
HSV(B)36.67º95.45%51.76%-
XYZ12.6411.111.65-
YUV88.8781.23158.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=59.73%
G=37.56%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13283600.370.950.4836.6791.327.06
Hex845360255F30255b1b
Octal2041236045137604513333
Binary10000100101001111001001011011111110000100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845306; }

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

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

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

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

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

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

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

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