#835200

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

Shades of Raw Umber #835200

Tints of Raw Umber #835200

Color information

#835200 (or 0x835200) is unknown color: approx Raw Umber. HEX triplet: 83, 52 and 00. RGB value is (131,82,0). Sum of RGB (Red+Green+Blue) = 131+82+0=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #835200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835200 is #7CADFF. Grayscale: #575757. Windows color (decimal): -8171008 or 21123. OLE color: 21123.

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

Color convert

RGB131820-
CMYK00.3710.49
HSL37.56º100%25.69%-
HSV(B)37.56º100%51.37%-
XYZ12.3810.861.44-
YUV87.378.73159.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.50%
G=38.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13182000.3710.4937.5610025.69
Hex83520025643126641a
Octal2031220045144614614432
Binary100000111010010001001011100100110001100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835200; }

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

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

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

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

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

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

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

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