Html Css Color HEX #83471A Russet

📋 copy color: '#83471A'

red 131 ◦ green 71 ◦ blue 26

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

Shades of Russet #83471A

Tints of Russet #83471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 57.46%
G = 31.14%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83471A (or 0x83471A) is known color: Russet. HEX triplet: 83, 47 and 1A. RGB value is (131,71,26). Sum of RGB (Red+Green+Blue) = 131+71+26=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83471A is #7CB8E5. Grayscale: #545454. Windows color (decimal): -8173798 or 1722243. OLE color: 1722243.

HSL color Cylindrical-coordinate representation of color #83471A: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83471A is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 26 -
CMYK 0 0.46 0.80 0.49
HSL 25.71º 0.67% 0.31% -
HSV(B) 25.71º 0.8% 0.51% -
XYZ 11.8 9.41 2.17 -
YUV 83.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 131 71 26 0 0.46 0.80 0.49 25.71 0.67 0.31
Hex 83 47 1A 0 2E 50 31 1A 43 1F
Octal 203 107 32 0 56 120 61 32 103 37
Binary 10000011 1000111 11010 0 101110 1010000 110001 11010 1000011 11111

Color Harmonies of #83471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83471A

Black with #83471A

Text Example


Text Example

White with #83471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83471A; }

 p { color: rgb(131,71,26); }

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

background-color css

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

 a { background-color: rgb(131,71,26); }

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

border-color css

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

 span { border-color: rgb(131,71,26); }

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