Html Css Color HEX #804A1F Russet

📋 copy color: '#804A1F'

red 128 ◦ green 74 ◦ blue 31

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

Shades of Russet #804A1F

Tints of Russet #804A1F

RGB

 RED value IS 128 (50.39% from 255) = 54.94%

 GREEN value IS 74 (29.3% from 255) = 31.76%

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

R = 54.94%
G = 31.76%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#804A1F (or 0x804A1F) is known color: Russet. HEX triplet: 80, 4A and 1F. RGB value is (128,74,31). Sum of RGB (Red+Green+Blue) = 128+74+31=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A1F is #7FB5E0. Grayscale: #555555. Windows color (decimal): -8369633 or 2050688. OLE color: 2050688.

HSL color Cylindrical-coordinate representation of color #804A1F: hue angle of 26.6º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #804A1F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 31 -
CMYK 0 0.42 0.76 0.50
HSL 26.6º 0.61% 0.31% -
HSV(B) 26.6º 0.76% 0.5% -
XYZ 11.6 9.59 2.54 -
YUV 85.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 128 74 31 0 0.42 0.76 0.50 26.6 0.61 0.31
Hex 80 4A 1F 0 2A 4C 32 1B 3D 1F
Octal 200 112 37 0 52 114 62 33 75 37
Binary 10000000 1001010 11111 0 101010 1001100 110010 11011 111101 11111

Color Harmonies of #804A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A1F

Black with #804A1F

Text Example


Text Example

White with #804A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A1F; }

 p { color: rgb(128,74,31); }

 H1.HeaderClassName
 {
   color: #804A1F;
 }
 .AnyTagClassName
 {
   color: #804A1F;
 }
</style>

background-color css

<style>
 a { background-color: #804A1F; }

 a { background-color: rgb(128,74,31); }

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

border-color css

<style>
 span { border-color: #804A1F; }

 span { border-color: rgb(128,74,31); }

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