#835A10

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

Shades of Raw Umber #835A10

Tints of Raw Umber #835A10

Color information

#835A10 (or 0x835A10) is unknown color: approx Raw Umber. HEX triplet: 83, 5A and 10. RGB value is (131,90,16). Sum of RGB (Red+Green+Blue) = 131+90+16=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #835A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A10 is #7CA5EF. Grayscale: #5E5E5E. Windows color (decimal): -8168944 or 1071747. OLE color: 1071747.

HSL color Cylindrical-coordinate representation of color #835A10: hue angle of 38.61º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #835A10 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1319016-
CMYK00.310.880.49
HSL38.61º78.23%28.82%-
HSV(B)38.61º87.79%51.37%-
XYZ13.1112.182.15-
YUV93.8284.08154.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=55.27%
G=37.97%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131901600.310.880.4938.6178.2328.82
Hex835A1001F5831274e1d
Octal20313220037130614711635
Binary100000111011010100000111111011000110001100111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835A10; }

 p { color: rgb(131,90,16); }

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

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

 a { background-color: rgb(131,90,16); }

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

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

 span { border-color: rgb(131,90,16); }

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