#825114

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

Shades of Raw Umber #825114

Tints of Raw Umber #825114

Color information

#825114 (or 0x825114) is unknown color: approx Raw Umber. HEX triplet: 82, 51 and 14. RGB value is (130,81,20). Sum of RGB (Red+Green+Blue) = 130+81+20=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825114 is #7DAEEB. Grayscale: #585858. Windows color (decimal): -8236780 or 1331586. OLE color: 1331586.

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

Color convert

RGB1308120-
CMYK00.380.850.49
HSL33.27º73.33%29.41%-
HSV(B)33.27º84.62%50.98%-
XYZ12.2710.682.08-
YUV88.789.23157.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=56.28%
G=35.06%
B=8.66%

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
Decimal130812000.380.850.4933.2773.3329.41
Hex825114026553121491d
Octal20212124046125614111135
Binary1000001010100011010001001101010101110001100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825114; }

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

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

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

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

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

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

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

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