#835012

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

Shades of Raw Umber #835012

Tints of Raw Umber #835012

Color information

#835012 (or 0x835012) is unknown color: approx Raw Umber. HEX triplet: 83, 50 and 12. RGB value is (131,80,18). Sum of RGB (Red+Green+Blue) = 131+80+18=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #835012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835012 is #7CAFED. Grayscale: #585858. Windows color (decimal): -8171502 or 1200259. OLE color: 1200259.

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

Color convert

RGB1318018-
CMYK00.390.860.49
HSL32.92º75.84%29.22%-
HSV(B)32.92º86.26%51.37%-
XYZ12.3410.611.97-
YUV88.1888.4158.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=57.21%
G=34.93%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131801800.390.860.4932.9275.8429.22
Hex8350120275631214c1d
Octal20312022047126614111435
Binary1000001110100001001001001111010110110001100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835012; }

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

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

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

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

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

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

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

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