Html Css Color HEX #835100 Raw Umber

📋 copy color: '#835100'

red 131 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #835100

Tints of Raw Umber #835100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.79%
G = 38.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835100 (or 0x835100) is known color: Raw Umber. HEX triplet: 83, 51 and 00. RGB value is (131,81,0). Sum of RGB (Red+Green+Blue) = 131+81+0=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #835100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835100 is #7CAEFF. Grayscale: #575757. Windows color (decimal): -8171264 or 20867. OLE color: 20867.

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

Color convert

RGB 131 81 0 -
CMYK 0 0.38 1 0.49
HSL 37.1º 1% 0.26% -
HSV(B) 37.1º 1% 0.51% -
XYZ 12.3 10.71 1.42 -
YUV 86.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 131 81 0 0 0.38 1 0.49 37.1 1 0.26
Hex 83 51 0 0 26 64 31 25 64 1A
Octal 203 121 0 0 46 144 61 45 144 32
Binary 10000011 1010001 0 0 100110 1100100 110001 100101 1100100 11010

Color Harmonies of #835100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835100

Black with #835100

Text Example


Text Example

White with #835100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835100; }

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

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

background-color css

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

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

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

border-color css

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

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

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