#845510

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

Shades of Raw Umber #845510

Tints of Raw Umber #845510

Color information

#845510 (or 0x845510) is unknown color: approx Raw Umber. HEX triplet: 84, 55 and 10. RGB value is (132,85,16). Sum of RGB (Red+Green+Blue) = 132+85+16=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #845510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845510 is #7BAAEF. Grayscale: #5B5B5B. Windows color (decimal): -8104688 or 1070468. OLE color: 1070468.

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

Color convert

RGB1328516-
CMYK00.360.880.48
HSL35.69º78.38%29.02%-
HSV(B)35.69º87.88%51.76%-
XYZ12.8611.442.02-
YUV91.1985.57157.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 16 (6.64% from 255) = 6.87%
R=56.65%
G=36.48%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132851600.360.880.4835.6978.3829.02
Hex8455100245830244e1d
Octal20412520044130604411635
Binary1000010010101011000001001001011000110000100100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845510; }

 p { color: rgb(132,85,16); }

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

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

 a { background-color: rgb(132,85,16); }

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

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

 span { border-color: rgb(132,85,16); }

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