#835506

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

Shades of Raw Umber #835506

Tints of Raw Umber #835506

Color information

#835506 (or 0x835506) is unknown color: approx Raw Umber. HEX triplet: 83, 55 and 06. RGB value is (131,85,6). Sum of RGB (Red+Green+Blue) = 131+85+6=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #835506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835506 is #7CAAF9. Grayscale: #5A5A5A. Windows color (decimal): -8170234 or 415107. OLE color: 415107.

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

Color convert

RGB131856-
CMYK00.350.950.49
HSL37.92º91.24%26.86%-
HSV(B)37.92º95.42%51.37%-
XYZ12.6411.341.69-
YUV89.7580.74157.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=59.01%
G=38.29%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13185600.350.950.4937.9291.2426.86
Hex835560235F31265b1b
Octal2031256043137614613333
Binary10000011101010111001000111011111110001100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835506; }

 p { color: rgb(131,85,6); }

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

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

 a { background-color: rgb(131,85,6); }

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

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

 span { border-color: rgb(131,85,6); }

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