#835208

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

Shades of Raw Umber #835208

Tints of Raw Umber #835208

Color information

#835208 (or 0x835208) is unknown color: approx Raw Umber. HEX triplet: 83, 52 and 08. RGB value is (131,82,8). Sum of RGB (Red+Green+Blue) = 131+82+8=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #835208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835208 is #7CADF7. Grayscale: #585858. Windows color (decimal): -8171000 or 545411. OLE color: 545411.

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

Color convert

RGB131828-
CMYK00.370.940.49
HSL36.1º88.49%27.25%-
HSV(B)36.1º93.89%51.37%-
XYZ12.4210.881.67-
YUV88.2282.73158.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.28%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=59.28%
G=37.10%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13182800.370.940.4936.188.4927.25
Hex835280255E3124581b
Octal20312210045136614413033
Binary100000111010010100001001011011110110001100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835208; }

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

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

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

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

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

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

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

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