#835112

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

Shades of Raw Umber #835112

Tints of Raw Umber #835112

Color information

#835112 (or 0x835112) is unknown color: approx Raw Umber. HEX triplet: 83, 51 and 12. RGB value is (131,81,18). Sum of RGB (Red+Green+Blue) = 131+81+18=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #835112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835112 is #7CAEED. Grayscale: #595959. Windows color (decimal): -8171246 or 1200515. OLE color: 1200515.

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

Color convert

RGB1318118-
CMYK00.380.860.49
HSL33.45º75.84%29.22%-
HSV(B)33.45º86.26%51.37%-
XYZ12.4110.751.99-
YUV88.7788.06158.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=56.96%
G=35.22%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131811800.380.860.4933.4575.8429.22
Hex8351120265631214c1d
Octal20312122046126614111435
Binary1000001110100011001001001101010110110001100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835112; }

 p { color: rgb(131,81,18); }

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

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

 a { background-color: rgb(131,81,18); }

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

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

 span { border-color: rgb(131,81,18); }

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