Html Css Color HEX #83501F Russet

📋 copy color: '#83501F'

red 131 ◦ green 80 ◦ blue 31

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

Shades of Russet #83501F

Tints of Russet #83501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 54.13%
G = 33.06%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83501F (or 0x83501F) is known color: Russet. HEX triplet: 83, 50 and 1F. RGB value is (131,80,31). Sum of RGB (Red+Green+Blue) = 131+80+31=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83501F is #7CAFE0. Grayscale: #595959. Windows color (decimal): -8171489 or 2052227. OLE color: 2052227.

HSL color Cylindrical-coordinate representation of color #83501F: hue angle of 29.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83501F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 31 -
CMYK 0 0.39 0.76 0.49
HSL 29.4º 0.62% 0.32% -
HSV(B) 29.4º 0.76% 0.51% -
XYZ 12.48 10.66 2.7 -
YUV 89.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 131 80 31 0 0.39 0.76 0.49 29.4 0.62 0.32
Hex 83 50 1F 0 27 4C 31 1D 3E 20
Octal 203 120 37 0 47 114 61 35 76 40
Binary 10000011 1010000 11111 0 100111 1001100 110001 11101 111110 100000

Color Harmonies of #83501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83501F

Black with #83501F

Text Example


Text Example

White with #83501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83501F; }

 p { color: rgb(131,80,31); }

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

background-color css

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

 a { background-color: rgb(131,80,31); }

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

border-color css

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

 span { border-color: rgb(131,80,31); }

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