#835312

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

Shades of Raw Umber #835312

Tints of Raw Umber #835312

Color information

#835312 (or 0x835312) is unknown color: approx Raw Umber. HEX triplet: 83, 53 and 12. RGB value is (131,83,18). Sum of RGB (Red+Green+Blue) = 131+83+18=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #835312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835312 is #7CACED. Grayscale: #5A5A5A. Windows color (decimal): -8170734 or 1201027. OLE color: 1201027.

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

Color convert

RGB1318318-
CMYK00.370.860.49
HSL34.51º75.84%29.22%-
HSV(B)34.51º86.26%51.37%-
XYZ12.5611.062.04-
YUV89.9487.4157.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=56.47%
G=35.78%
B=7.76%

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
Decimal131831800.370.860.4934.5175.8429.22
Hex8353120255631234c1d
Octal20312322045126614311435
Binary1000001110100111001001001011010110110001100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835312; }

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

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

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

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

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

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

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

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