Html Css Color HEX #755045 Nutmeg

📋 copy color: '#755045'

red 117 ◦ green 80 ◦ blue 69

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

Shades of Nutmeg #755045

Tints of Nutmeg #755045

RGB

 RED value IS 117 (46.09% from 255) = 43.98%

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 43.98%
G = 30.08%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755045 (or 0x755045) is known color: Nutmeg. HEX triplet: 75, 50 and 45. RGB value is (117,80,69). Sum of RGB (Red+Green+Blue) = 117+80+69=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755045 is #8AAFBA. Grayscale: #595959. Windows color (decimal): -9088955 or 4542581. OLE color: 4542581.

HSL color Cylindrical-coordinate representation of color #755045: hue angle of 13.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755045 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 69 -
CMYK 0 0.32 0.41 0.54
HSL 13.75º 0.26% 0.36% -
HSV(B) 13.75º 0.41% 0.46% -
XYZ 11.28 9.95 6.96 -
YUV 89.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 117 80 69 0 0.32 0.41 0.54 13.75 0.26 0.36
Hex 75 50 45 0 20 29 36 E 1A 24
Octal 165 120 105 0 40 51 66 16 32 44
Binary 1110101 1010000 1000101 0 100000 101001 110110 1110 11010 100100

Color Harmonies of #755045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755045

Black with #755045

Text Example


Text Example

White with #755045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755045; }

 p { color: rgb(117,80,69); }

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

background-color css

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

 a { background-color: rgb(117,80,69); }

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

border-color css

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

 span { border-color: rgb(117,80,69); }

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