#835113

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

Shades of Raw Umber #835113

Tints of Raw Umber #835113

Color information

#835113 (or 0x835113) is unknown color: approx Raw Umber. HEX triplet: 83, 51 and 13. RGB value is (131,81,19). Sum of RGB (Red+Green+Blue) = 131+81+19=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #835113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835113 is #7CAEEC. Grayscale: #595959. Windows color (decimal): -8171245 or 1266051. OLE color: 1266051.

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

Color convert

RGB1318119-
CMYK00.380.850.49
HSL33.21º74.67%29.41%-
HSV(B)33.21º85.5%51.37%-
XYZ12.4210.762.04-
YUV88.8888.56158.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=56.71%
G=35.06%
B=8.23%

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
Decimal131811900.380.850.4933.2174.6729.41
Hex8351130265531214b1d
Octal20312123046125614111335
Binary1000001110100011001101001101010101110001100001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835113; }

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

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

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

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

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

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

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

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