Html Css Color HEX #803814 Russet

📋 copy color: '#803814'

red 128 ◦ green 56 ◦ blue 20

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

Shades of Russet #803814

Tints of Russet #803814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

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

R = 62.75%
G = 27.45%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803814 (or 0x803814) is known color: Russet. HEX triplet: 80, 38 and 14. RGB value is (128,56,20). Sum of RGB (Red+Green+Blue) = 128+56+20=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #803814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803814 is #7FC7EB. Grayscale: #494949. Windows color (decimal): -8374252 or 1325184. OLE color: 1325184.

HSL color Cylindrical-coordinate representation of color #803814: hue angle of 20º 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 #803814 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 20 -
CMYK 0 0.56 0.84 0.50
HSL 20º 0.73% 0.29% -
HSV(B) 20º 0.84% 0.5% -
XYZ 10.44 7.47 1.55 -
YUV 73.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 128 56 20 0 0.56 0.84 0.50 20 0.73 0.29
Hex 80 38 14 0 38 54 32 14 49 1D
Octal 200 70 24 0 70 124 62 24 111 35
Binary 10000000 111000 10100 0 111000 1010100 110010 10100 1001001 11101

Color Harmonies of #803814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803814

Black with #803814

Text Example


Text Example

White with #803814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803814; }

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

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

background-color css

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

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

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

border-color css

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

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

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