Html Css Color HEX #835210 Raw Umber

📋 copy color: '#835210'

red 131 ◦ green 82 ◦ blue 16

#835210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #835210

Tints of Raw Umber #835210

RGB

 RED value IS 131 (51.56% from 255) = 57.21%

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 57.21%
G = 35.81%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#835210 (or 0x835210) is known color: Raw Umber. HEX triplet: 83, 52 and 10. RGB value is (131,82,16). Sum of RGB (Red+Green+Blue) = 131+82+16=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #835210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835210 is #7CADEF. Grayscale: #595959. Windows color (decimal): -8170992 or 1069699. OLE color: 1069699.

HSL color Cylindrical-coordinate representation of color #835210: hue angle of 34.43º 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 #835210 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 16 -
CMYK 0 0.37 0.88 0.49
HSL 34.43º 0.78% 0.29% -
HSV(B) 34.43º 0.88% 0.51% -
XYZ 12.47 10.9 1.94 -
YUV 89.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 131 82 16 0 0.37 0.88 0.49 34.43 0.78 0.29
Hex 83 52 10 0 25 58 31 22 4E 1D
Octal 203 122 20 0 45 130 61 42 116 35
Binary 10000011 1010010 10000 0 100101 1011000 110001 100010 1001110 11101

Color Harmonies of #835210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835210

Black with #835210

Text Example


Text Example

White with #835210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835210; }

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

 H1.HeaderClassName
 {
   color: #835210;
 }
 .AnyTagClassName
 {
   color: #835210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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