Html Css Color HEX #795245 Nutmeg

📋 copy color: '#795245'

red 121 ◦ green 82 ◦ blue 69

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

Shades of Nutmeg #795245

Tints of Nutmeg #795245

RGB

 RED value IS 121 (47.66% from 255) = 44.49%

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 44.49%
G = 30.15%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#795245 (or 0x795245) is known color: Nutmeg. HEX triplet: 79, 52 and 45. RGB value is (121,82,69). Sum of RGB (Red+Green+Blue) = 121+82+69=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #795245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795245 is #86ADBA. Grayscale: #5C5C5C. Windows color (decimal): -8826299 or 4543097. OLE color: 4543097.

HSL color Cylindrical-coordinate representation of color #795245: hue angle of 15º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #795245 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 69 -
CMYK 0 0.32 0.43 0.53
HSL 15º 0.27% 0.37% -
HSV(B) 15º 0.43% 0.47% -
XYZ 11.98 10.53 7.03 -
YUV 92.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 121 82 69 0 0.32 0.43 0.53 15 0.27 0.37
Hex 79 52 45 0 20 2B 35 F 1B 25
Octal 171 122 105 0 40 53 65 17 33 45
Binary 1111001 1010010 1000101 0 100000 101011 110101 1111 11011 100101

Color Harmonies of #795245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795245

Black with #795245

Text Example


Text Example

White with #795245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795245; }

 p { color: rgb(121,82,69); }

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

background-color css

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

 a { background-color: rgb(121,82,69); }

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

border-color css

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

 span { border-color: rgb(121,82,69); }

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