Html Css Color HEX #804B3B Nutmeg

📋 copy color: '#804B3B'

red 128 ◦ green 75 ◦ blue 59

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

Shades of Nutmeg #804B3B

Tints of Nutmeg #804B3B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.63%

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

R = 48.85%
G = 28.63%
B = 22.52%

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

#804B3B (or 0x804B3B) is known color: Nutmeg. HEX triplet: 80, 4B and 3B. RGB value is (128,75,59). Sum of RGB (Red+Green+Blue) = 128+75+59=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #804B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B3B is #7FB4C4. Grayscale: #595959. Windows color (decimal): -8369349 or 3885952. OLE color: 3885952.

HSL color Cylindrical-coordinate representation of color #804B3B: hue angle of 13.91º 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 #804B3B is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 75 59 -
CMYK 0 0.41 0.54 0.50
HSL 13.91º 0.37% 0.37% -
HSV(B) 13.91º 0.54% 0.5% -
XYZ 12.21 9.94 5.41 -
YUV 89.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 128 75 59 0 0.41 0.54 0.50 13.91 0.37 0.37
Hex 80 4B 3B 0 29 36 32 E 25 25
Octal 200 113 73 0 51 66 62 16 45 45
Binary 10000000 1001011 111011 0 101001 110110 110010 1110 100101 100101

Color Harmonies of #804B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B3B

Black with #804B3B

Text Example


Text Example

White with #804B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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