Html Css Color HEX #804B38 Nutmeg

📋 copy color: '#804B38'

red 128 ◦ green 75 ◦ blue 56

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

Shades of Nutmeg #804B38

Tints of Nutmeg #804B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 49.42%
G = 28.96%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#804B38 (or 0x804B38) is known color: Nutmeg. HEX triplet: 80, 4B and 38. RGB value is (128,75,56). Sum of RGB (Red+Green+Blue) = 128+75+56=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B38 is #7FB4C7. Grayscale: #585858. Windows color (decimal): -8369352 or 3689344. OLE color: 3689344.

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

Color convert

RGB 128 75 56 -
CMYK 0 0.41 0.56 0.50
HSL 15.83º 0.39% 0.36% -
HSV(B) 15.83º 0.56% 0.5% -
XYZ 12.13 9.91 5.01 -
YUV 88.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 128 75 56 0 0.41 0.56 0.50 15.83 0.39 0.36
Hex 80 4B 38 0 29 38 32 10 27 24
Octal 200 113 70 0 51 70 62 20 47 44
Binary 10000000 1001011 111000 0 101001 111000 110010 10000 100111 100100

Color Harmonies of #804B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B38

Black with #804B38

Text Example


Text Example

White with #804B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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