#825912

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

Shades of Raw Umber #825912

Tints of Raw Umber #825912

Color information

#825912 (or 0x825912) is unknown color: approx Raw Umber. HEX triplet: 82, 59 and 12. RGB value is (130,89,18). Sum of RGB (Red+Green+Blue) = 130+89+18=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #825912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825912 is #7DA6ED. Grayscale: #5D5D5D. Windows color (decimal): -8234734 or 1202562. OLE color: 1202562.

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

Color convert

RGB1308918-
CMYK00.320.860.49
HSL38.04º75.68%29.02%-
HSV(B)38.04º86.15%50.98%-
XYZ12.8911.932.2-
YUV93.1685.58154.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=54.85%
G=37.55%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130891800.320.860.4938.0475.6829.02
Hex8259120205631264c1d
Octal20213122040126614611435
Binary1000001010110011001001000001010110110001100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825912; }

 p { color: rgb(130,89,18); }

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

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

 a { background-color: rgb(130,89,18); }

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

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

 span { border-color: rgb(130,89,18); }

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