#825113

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

Shades of Raw Umber #825113

Tints of Raw Umber #825113

Color information

#825113 (or 0x825113) is unknown color: approx Raw Umber. HEX triplet: 82, 51 and 13. RGB value is (130,81,19). Sum of RGB (Red+Green+Blue) = 130+81+19=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #825113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825113 is #7DAEEC. Grayscale: #585858. Windows color (decimal): -8236781 or 1266050. OLE color: 1266050.

HSL color Cylindrical-coordinate representation of color #825113: hue angle of 33.51º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825113 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1308119-
CMYK00.380.850.49
HSL33.51º74.5%29.22%-
HSV(B)33.51º85.38%50.98%-
XYZ12.2710.682.03-
YUV88.5888.73157.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=56.52%
G=35.22%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130811900.380.850.4933.5174.529.22
Hex8251130265531224a1d
Octal20212123046125614211235
Binary1000001010100011001101001101010101110001100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825113; }

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

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

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

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

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

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

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

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