Html Css Color HEX #803812 Russet

📋 copy color: '#803812'

red 128 ◦ green 56 ◦ blue 18

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

Shades of Russet #803812

Tints of Russet #803812

RGB

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

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

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

R = 63.37%
G = 27.72%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#803812 (or 0x803812) is known color: Russet. HEX triplet: 80, 38 and 12. RGB value is (128,56,18). Sum of RGB (Red+Green+Blue) = 128+56+18=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803812 is #7FC7ED. Grayscale: #494949. Windows color (decimal): -8374254 or 1194112. OLE color: 1194112.

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

Color convert

RGB 128 56 18 -
CMYK 0 0.56 0.86 0.50
HSL 20.73º 0.75% 0.29% -
HSV(B) 20.73º 0.86% 0.5% -
XYZ 10.43 7.46 1.46 -
YUV 73.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 128 56 18 0 0.56 0.86 0.50 20.73 0.75 0.29
Hex 80 38 12 0 38 56 32 15 4B 1D
Octal 200 70 22 0 70 126 62 25 113 35
Binary 10000000 111000 10010 0 111000 1010110 110010 10101 1001011 11101

Color Harmonies of #803812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803812

Black with #803812

Text Example


Text Example

White with #803812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803812; }

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

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

background-color css

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

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

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

border-color css

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

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

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