#825509

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

Shades of Raw Umber #825509

Tints of Raw Umber #825509

Color information

#825509 (or 0x825509) is unknown color: approx Raw Umber. HEX triplet: 82, 55 and 09. RGB value is (130,85,9). Sum of RGB (Red+Green+Blue) = 130+85+9=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825509 is #7DAAF6. Grayscale: #5A5A5A. Windows color (decimal): -8235767 or 611714. OLE color: 611714.

HSL color Cylindrical-coordinate representation of color #825509: hue angle of 37.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #825509 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130859-
CMYK00.350.930.49
HSL37.69º87.05%27.25%-
HSV(B)37.69º93.08%50.98%-
XYZ12.511.261.77-
YUV89.7982.41156.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 9 (3.91% from 255) = 4.02%
R=58.04%
G=37.95%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13085900.350.930.4937.6987.0527.25
Hex825590235D3126571b
Octal20212511043135614612733
Binary100000101010101100101000111011101110001100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825509; }

 p { color: rgb(130,85,9); }

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

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

 a { background-color: rgb(130,85,9); }

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

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

 span { border-color: rgb(130,85,9); }

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