Html Css Color HEX #804C13 Russet

📋 copy color: '#804C13'

red 128 ◦ green 76 ◦ blue 19

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

Shades of Russet #804C13

Tints of Russet #804C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 57.4%
G = 34.08%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804C13 (or 0x804C13) is known color: Russet. HEX triplet: 80, 4C and 13. RGB value is (128,76,19). Sum of RGB (Red+Green+Blue) = 128+76+19=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #804C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C13 is #7FB3EC. Grayscale: #555555. Windows color (decimal): -8369133 or 1264768. OLE color: 1264768.

HSL color Cylindrical-coordinate representation of color #804C13: hue angle of 31.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #804C13 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 76 19 -
CMYK 0 0.41 0.85 0.50
HSL 31.38º 0.74% 0.29% -
HSV(B) 31.38º 0.85% 0.5% -
XYZ 11.6 9.81 1.9 -
YUV 85.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 128 76 19 0 0.41 0.85 0.50 31.38 0.74 0.29
Hex 80 4C 13 0 29 55 32 1F 4A 1D
Octal 200 114 23 0 51 125 62 37 112 35
Binary 10000000 1001100 10011 0 101001 1010101 110010 11111 1001010 11101

Color Harmonies of #804C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C13

Black with #804C13

Text Example


Text Example

White with #804C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,76,19); }

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

background-color css

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

 a { background-color: rgb(128,76,19); }

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

border-color css

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

 span { border-color: rgb(128,76,19); }

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