Html Css Color HEX #804318 Russet

📋 copy color: '#804318'

red 128 ◦ green 67 ◦ blue 24

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

Shades of Russet #804318

Tints of Russet #804318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 58.45%
G = 30.59%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#804318 (or 0x804318) is known color: Russet. HEX triplet: 80, 43 and 18. RGB value is (128,67,24). Sum of RGB (Red+Green+Blue) = 128+67+24=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #804318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804318 is #7FBCE7. Grayscale: #505050. Windows color (decimal): -8371432 or 1590144. OLE color: 1590144.

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

Color convert

RGB 128 67 24 -
CMYK 0 0.48 0.81 0.50
HSL 24.81º 0.68% 0.3% -
HSV(B) 24.81º 0.81% 0.5% -
XYZ 11.07 8.67 1.95 -
YUV 80.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 128 67 24 0 0.48 0.81 0.50 24.81 0.68 0.3
Hex 80 43 18 0 30 51 32 19 44 1E
Octal 200 103 30 0 60 121 62 31 104 36
Binary 10000000 1000011 11000 0 110000 1010001 110010 11001 1000100 11110

Color Harmonies of #804318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804318

Black with #804318

Text Example


Text Example

White with #804318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804318; }

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

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

background-color css

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

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

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

border-color css

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

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

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