#825106

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

Shades of Raw Umber #825106

Tints of Raw Umber #825106

Color information

#825106 (or 0x825106) is unknown color: approx Raw Umber. HEX triplet: 82, 51 and 06. RGB value is (130,81,6). Sum of RGB (Red+Green+Blue) = 130+81+6=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #825106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825106 is #7DAEF9. Grayscale: #575757. Windows color (decimal): -8236794 or 414082. OLE color: 414082.

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

Color convert

RGB130816-
CMYK00.380.950.49
HSL36.29º91.18%26.67%-
HSV(B)36.29º95.38%50.98%-
XYZ12.1810.641.58-
YUV87.182.23158.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=59.91%
G=37.33%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13081600.380.950.4936.2991.1826.67
Hex825160265F31245b1b
Octal2021216046137614413333
Binary10000010101000111001001101011111110001100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825106; }

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

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

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

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

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

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

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

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