#835212

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

Shades of Raw Umber #835212

Tints of Raw Umber #835212

Color information

#835212 (or 0x835212) is unknown color: approx Raw Umber. HEX triplet: 83, 52 and 12. RGB value is (131,82,18). Sum of RGB (Red+Green+Blue) = 131+82+18=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #835212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835212 is #7CADED. Grayscale: #595959. Windows color (decimal): -8170990 or 1200771. OLE color: 1200771.

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

Color convert

RGB1318218-
CMYK00.370.860.49
HSL33.98º75.84%29.22%-
HSV(B)33.98º86.26%51.37%-
XYZ12.4910.92.02-
YUV89.3687.73157.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=56.71%
G=35.50%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131821800.370.860.4933.9875.8429.22
Hex8352120255631224c1d
Octal20312222045126614211435
Binary1000001110100101001001001011010110110001100010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835212; }

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

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

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

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

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

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

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

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