Html Css Color HEX #83491B Russet

📋 copy color: '#83491B'

red 131 ◦ green 73 ◦ blue 27

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

Shades of Russet #83491B

Tints of Russet #83491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 56.71%
G = 31.6%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83491B (or 0x83491B) is known color: Russet. HEX triplet: 83, 49 and 1B. RGB value is (131,73,27). Sum of RGB (Red+Green+Blue) = 131+73+27=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83491B is #7CB6E4. Grayscale: #555555. Windows color (decimal): -8173285 or 1788291. OLE color: 1788291.

HSL color Cylindrical-coordinate representation of color #83491B: hue angle of 26.54º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83491B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 27 -
CMYK 0 0.44 0.79 0.49
HSL 26.54º 0.66% 0.31% -
HSV(B) 26.54º 0.79% 0.51% -
XYZ 11.94 9.67 2.27 -
YUV 85.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 131 73 27 0 0.44 0.79 0.49 26.54 0.66 0.31
Hex 83 49 1B 0 2C 4F 31 1B 42 1F
Octal 203 111 33 0 54 117 61 33 102 37
Binary 10000011 1001001 11011 0 101100 1001111 110001 11011 1000010 11111

Color Harmonies of #83491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83491B

Black with #83491B

Text Example


Text Example

White with #83491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83491B; }

 p { color: rgb(131,73,27); }

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

background-color css

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

 a { background-color: rgb(131,73,27); }

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

border-color css

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

 span { border-color: rgb(131,73,27); }

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