Html Css Color HEX #804D1E Russet

📋 copy color: '#804D1E'

red 128 ◦ green 77 ◦ blue 30

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

Shades of Russet #804D1E

Tints of Russet #804D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

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

R = 54.47%
G = 32.77%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#804D1E (or 0x804D1E) is known color: Russet. HEX triplet: 80, 4D and 1E. RGB value is (128,77,30). Sum of RGB (Red+Green+Blue) = 128+77+30=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D1E is #7FB2E1. Grayscale: #575757. Windows color (decimal): -8368866 or 1985920. OLE color: 1985920.

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

Color convert

RGB 128 77 30 -
CMYK 0 0.40 0.77 0.50
HSL 28.78º 0.62% 0.31% -
HSV(B) 28.78º 0.77% 0.5% -
XYZ 11.79 9.99 2.54 -
YUV 86.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 128 77 30 0 0.40 0.77 0.50 28.78 0.62 0.31
Hex 80 4D 1E 0 28 4D 32 1D 3E 1F
Octal 200 115 36 0 50 115 62 35 76 37
Binary 10000000 1001101 11110 0 101000 1001101 110010 11101 111110 11111

Color Harmonies of #804D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D1E

Black with #804D1E

Text Example


Text Example

White with #804D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,77,30); }

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

background-color css

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

 a { background-color: rgb(128,77,30); }

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

border-color css

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

 span { border-color: rgb(128,77,30); }

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