Html Css Color HEX #804312 Russet

📋 copy color: '#804312'

red 128 ◦ green 67 ◦ blue 18

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

Shades of Russet #804312

Tints of Russet #804312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 60.09%
G = 31.46%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#804312 (or 0x804312) is known color: Russet. HEX triplet: 80, 43 and 12. RGB value is (128,67,18). Sum of RGB (Red+Green+Blue) = 128+67+18=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #804312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804312 is #7FBCED. Grayscale: #4F4F4F. Windows color (decimal): -8371438 or 1196928. OLE color: 1196928.

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

Color convert

RGB 128 67 18 -
CMYK 0 0.48 0.86 0.50
HSL 26.73º 0.75% 0.29% -
HSV(B) 26.73º 0.86% 0.5% -
XYZ 11.02 8.65 1.66 -
YUV 79.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 128 67 18 0 0.48 0.86 0.50 26.73 0.75 0.29
Hex 80 43 12 0 30 56 32 1B 4B 1D
Octal 200 103 22 0 60 126 62 33 113 35
Binary 10000000 1000011 10010 0 110000 1010110 110010 11011 1001011 11101

Color Harmonies of #804312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804312

Black with #804312

Text Example


Text Example

White with #804312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804312; }

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

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

background-color css

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

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

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

border-color css

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

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

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