Html Css Color HEX #803C12 Russet

📋 copy color: '#803C12'

red 128 ◦ green 60 ◦ blue 18

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

Shades of Russet #803C12

Tints of Russet #803C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

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

R = 62.14%
G = 29.13%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#803C12 (or 0x803C12) is known color: Russet. HEX triplet: 80, 3C and 12. RGB value is (128,60,18). Sum of RGB (Red+Green+Blue) = 128+60+18=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C12 is #7FC3ED. Grayscale: #4B4B4B. Windows color (decimal): -8373230 or 1195136. OLE color: 1195136.

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

Color convert

RGB 128 60 18 -
CMYK 0 0.53 0.86 0.50
HSL 22.91º 0.75% 0.29% -
HSV(B) 22.91º 0.86% 0.5% -
XYZ 10.63 7.86 1.53 -
YUV 75.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 128 60 18 0 0.53 0.86 0.50 22.91 0.75 0.29
Hex 80 3C 12 0 35 56 32 17 4B 1D
Octal 200 74 22 0 65 126 62 27 113 35
Binary 10000000 111100 10010 0 110101 1010110 110010 10111 1001011 11101

Color Harmonies of #803C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C12

Black with #803C12

Text Example


Text Example

White with #803C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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