#825712

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

Shades of Raw Umber #825712

Tints of Raw Umber #825712

Color information

#825712 (or 0x825712) is unknown color: approx Raw Umber. HEX triplet: 82, 57 and 12. RGB value is (130,87,18). Sum of RGB (Red+Green+Blue) = 130+87+18=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825712 is #7DA8ED. Grayscale: #5C5C5C. Windows color (decimal): -8235246 or 1202050. OLE color: 1202050.

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

Color convert

RGB1308718-
CMYK00.330.860.49
HSL36.96º75.68%29.02%-
HSV(B)36.96º86.15%50.98%-
XYZ12.7211.612.14-
YUV91.9986.25155.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=55.32%
G=37.02%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130871800.330.860.4936.9675.6829.02
Hex8257120215631254c1d
Octal20212722041126614511435
Binary1000001010101111001001000011010110110001100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825712; }

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

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

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

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

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

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

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

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