#825206

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

Shades of Raw Umber #825206

Tints of Raw Umber #825206

Color information

#825206 (or 0x825206) is unknown color: approx Raw Umber. HEX triplet: 82, 52 and 06. RGB value is (130,82,6). Sum of RGB (Red+Green+Blue) = 130+82+6=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825206 is #7DADF9. Grayscale: #585858. Windows color (decimal): -8236538 or 414338. OLE color: 414338.

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

Color convert

RGB130826-
CMYK00.370.950.49
HSL36.77º91.18%26.67%-
HSV(B)36.77º95.38%50.98%-
XYZ12.2610.791.61-
YUV87.6981.9158.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=59.63%
G=37.61%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13082600.370.950.4936.7791.1826.67
Hex825260255F31255b1b
Octal2021226045137614513333
Binary10000010101001011001001011011111110001100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825206; }

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

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

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

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

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

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

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

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