Html Css Color HEX #754B3C Nutmeg

📋 copy color: '#754B3C'

red 117 ◦ green 75 ◦ blue 60

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

Shades of Nutmeg #754B3C

Tints of Nutmeg #754B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 46.43%
G = 29.76%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#754B3C (or 0x754B3C) is known color: Nutmeg. HEX triplet: 75, 4B and 3C. RGB value is (117,75,60). Sum of RGB (Red+Green+Blue) = 117+75+60=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B3C is #8AB4C3. Grayscale: #555555. Windows color (decimal): -9090244 or 3951477. OLE color: 3951477.

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

Color convert

RGB 117 75 60 -
CMYK 0 0.36 0.49 0.54
HSL 15.79º 0.32% 0.35% -
HSV(B) 15.79º 0.49% 0.46% -
XYZ 10.67 9.14 5.48 -
YUV 85.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 117 75 60 0 0.36 0.49 0.54 15.79 0.32 0.35
Hex 75 4B 3C 0 24 31 36 10 20 23
Octal 165 113 74 0 44 61 66 20 40 43
Binary 1110101 1001011 111100 0 100100 110001 110110 10000 100000 100011

Color Harmonies of #754B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B3C

Black with #754B3C

Text Example


Text Example

White with #754B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B3C; }

 p { color: rgb(117,75,60); }

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

background-color css

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

 a { background-color: rgb(117,75,60); }

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

border-color css

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

 span { border-color: rgb(117,75,60); }

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