Html Css Color HEX #83401E Russet

📋 copy color: '#83401E'

red 131 ◦ green 64 ◦ blue 30

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

Shades of Russet #83401E

Tints of Russet #83401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 58.22%
G = 28.44%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83401E (or 0x83401E) is known color: Russet. HEX triplet: 83, 40 and 1E. RGB value is (131,64,30). Sum of RGB (Red+Green+Blue) = 131+64+30=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83401E is #7CBFE1. Grayscale: #505050. Windows color (decimal): -8175586 or 1982595. OLE color: 1982595.

HSL color Cylindrical-coordinate representation of color #83401E: hue angle of 20.2º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83401E is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 30 -
CMYK 0 0.51 0.77 0.49
HSL 20.2º 0.63% 0.32% -
HSV(B) 20.2º 0.77% 0.51% -
XYZ 11.43 8.59 2.28 -
YUV 80.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 131 64 30 0 0.51 0.77 0.49 20.2 0.63 0.32
Hex 83 40 1E 0 33 4D 31 14 3F 20
Octal 203 100 36 0 63 115 61 24 77 40
Binary 10000011 1000000 11110 0 110011 1001101 110001 10100 111111 100000

Color Harmonies of #83401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83401E

Black with #83401E

Text Example


Text Example

White with #83401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83401E; }

 p { color: rgb(131,64,30); }

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

background-color css

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

 a { background-color: rgb(131,64,30); }

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

border-color css

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

 span { border-color: rgb(131,64,30); }

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