#825107

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

Shades of Raw Umber #825107

Tints of Raw Umber #825107

Color information

#825107 (or 0x825107) is unknown color: approx Raw Umber. HEX triplet: 82, 51 and 07. RGB value is (130,81,7). Sum of RGB (Red+Green+Blue) = 130+81+7=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825107 is #7DAEF8. Grayscale: #575757. Windows color (decimal): -8236793 or 479618. OLE color: 479618.

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

Color convert

RGB130817-
CMYK00.380.950.49
HSL36.1º89.78%26.86%-
HSV(B)36.1º94.62%50.98%-
XYZ12.1910.651.61-
YUV87.2282.73158.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 7 (3.12% from 255) = 3.21%
R=59.63%
G=37.16%
B=3.21%

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
Decimal13081700.380.950.4936.189.7826.86
Hex825170265F31245a1b
Octal2021217046137614413233
Binary10000010101000111101001101011111110001100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825107; }

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

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

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

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

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

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

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

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