Html Css Color HEX #803914 Russet

📋 copy color: '#803914'

red 128 ◦ green 57 ◦ blue 20

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

Shades of Russet #803914

Tints of Russet #803914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 62.44%
G = 27.8%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803914 (or 0x803914) is known color: Russet. HEX triplet: 80, 39 and 14. RGB value is (128,57,20). Sum of RGB (Red+Green+Blue) = 128+57+20=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803914 is #7FC6EB. Grayscale: #4A4A4A. Windows color (decimal): -8373996 or 1325440. OLE color: 1325440.

HSL color Cylindrical-coordinate representation of color #803914: hue angle of 20.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #803914 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 20 -
CMYK 0 0.55 0.84 0.50
HSL 20.56º 0.73% 0.29% -
HSV(B) 20.56º 0.84% 0.5% -
XYZ 10.49 7.57 1.57 -
YUV 74.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 128 57 20 0 0.55 0.84 0.50 20.56 0.73 0.29
Hex 80 39 14 0 37 54 32 15 49 1D
Octal 200 71 24 0 67 124 62 25 111 35
Binary 10000000 111001 10100 0 110111 1010100 110010 10101 1001001 11101

Color Harmonies of #803914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803914

Black with #803914

Text Example


Text Example

White with #803914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803914; }

 p { color: rgb(128,57,20); }

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

background-color css

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

 a { background-color: rgb(128,57,20); }

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

border-color css

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

 span { border-color: rgb(128,57,20); }

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