Html Css Color HEX #804C3B Nutmeg

📋 copy color: '#804C3B'

red 128 ◦ green 76 ◦ blue 59

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

Shades of Nutmeg #804C3B

Tints of Nutmeg #804C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 48.67%
G = 28.9%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#804C3B (or 0x804C3B) is known color: Nutmeg. HEX triplet: 80, 4C and 3B. RGB value is (128,76,59). Sum of RGB (Red+Green+Blue) = 128+76+59=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C3B is #7FB3C4. Grayscale: #595959. Windows color (decimal): -8369093 or 3886208. OLE color: 3886208.

HSL color Cylindrical-coordinate representation of color #804C3B: hue angle of 14.78º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804C3B is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 76 59 -
CMYK 0 0.41 0.54 0.50
HSL 14.78º 0.37% 0.37% -
HSV(B) 14.78º 0.54% 0.5% -
XYZ 12.28 10.07 5.44 -
YUV 89.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 128 76 59 0 0.41 0.54 0.50 14.78 0.37 0.37
Hex 80 4C 3B 0 29 36 32 F 25 25
Octal 200 114 73 0 51 66 62 17 45 45
Binary 10000000 1001100 111011 0 101001 110110 110010 1111 100101 100101

Color Harmonies of #804C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C3B

Black with #804C3B

Text Example


Text Example

White with #804C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804C3B; }

 p { color: rgb(128,76,59); }

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

background-color css

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

 a { background-color: rgb(128,76,59); }

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

border-color css

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

 span { border-color: rgb(128,76,59); }

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