#835102

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

Shades of Raw Umber #835102

Tints of Raw Umber #835102

Color information

#835102 (or 0x835102) is unknown color: approx Raw Umber. HEX triplet: 83, 51 and 02. RGB value is (131,81,2). Sum of RGB (Red+Green+Blue) = 131+81+2=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #835102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835102 is #7CAEFD. Grayscale: #575757. Windows color (decimal): -8171262 or 151939. OLE color: 151939.

HSL color Cylindrical-coordinate representation of color #835102: hue angle of 36.74º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #835102 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB131812-
CMYK00.380.980.49
HSL36.74º96.99%26.08%-
HSV(B)36.74º98.47%51.37%-
XYZ12.3110.711.48-
YUV86.9480.06159.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=61.21%
G=37.85%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13181200.380.980.4936.7496.9926.08
Hex83512026623125611a
Octal2031212046142614514132
Binary1000001110100011001001101100010110001100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835102; }

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

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

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

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

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

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

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

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