Html Css Color HEX #804D18 Russet

📋 copy color: '#804D18'

red 128 ◦ green 77 ◦ blue 24

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

Shades of Russet #804D18

Tints of Russet #804D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 55.9%
G = 33.62%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#804D18 (or 0x804D18) is known color: Russet. HEX triplet: 80, 4D and 18. RGB value is (128,77,24). Sum of RGB (Red+Green+Blue) = 128+77+24=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D18 is #7FB2E7. Grayscale: #565656. Windows color (decimal): -8368872 or 1592704. OLE color: 1592704.

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

Color convert

RGB 128 77 24 -
CMYK 0 0.40 0.81 0.50
HSL 30.58º 0.68% 0.3% -
HSV(B) 30.58º 0.81% 0.5% -
XYZ 11.72 9.96 2.17 -
YUV 86.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 128 77 24 0 0.40 0.81 0.50 30.58 0.68 0.3
Hex 80 4D 18 0 28 51 32 1F 44 1E
Octal 200 115 30 0 50 121 62 37 104 36
Binary 10000000 1001101 11000 0 101000 1010001 110010 11111 1000100 11110

Color Harmonies of #804D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D18

Black with #804D18

Text Example


Text Example

White with #804D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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