Html Css Color HEX #83411A Russet

📋 copy color: '#83411A'

red 131 ◦ green 65 ◦ blue 26

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

Shades of Russet #83411A

Tints of Russet #83411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

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

R = 59.01%
G = 29.28%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83411A (or 0x83411A) is known color: Russet. HEX triplet: 83, 41 and 1A. RGB value is (131,65,26). Sum of RGB (Red+Green+Blue) = 131+65+26=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #83411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83411A is #7CBEE5. Grayscale: #505050. Windows color (decimal): -8175334 or 1720707. OLE color: 1720707.

HSL color Cylindrical-coordinate representation of color #83411A: hue angle of 22.29º 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 #83411A is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 26 -
CMYK 0 0.50 0.80 0.49
HSL 22.29º 0.67% 0.31% -
HSV(B) 22.29º 0.8% 0.51% -
XYZ 11.44 8.68 2.05 -
YUV 80.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 131 65 26 0 0.50 0.80 0.49 22.29 0.67 0.31
Hex 83 41 1A 0 32 50 31 16 43 1F
Octal 203 101 32 0 62 120 61 26 103 37
Binary 10000011 1000001 11010 0 110010 1010000 110001 10110 1000011 11111

Color Harmonies of #83411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83411A

Black with #83411A

Text Example


Text Example

White with #83411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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