Html Css Color HEX #746331 Himalaya

📋 copy color: '#746331'

red 116 ◦ green 99 ◦ blue 49

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

Shades of Himalaya #746331

Tints of Himalaya #746331

RGB

 RED value IS 116 (45.7% from 255) = 43.94%

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 43.94%
G = 37.5%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#746331 (or 0x746331) is known color: Himalaya. HEX triplet: 74, 63 and 31. RGB value is (116,99,49). Sum of RGB (Red+Green+Blue) = 116+99+49=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #746331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746331 is #8B9CCE. Grayscale: #626262. Windows color (decimal): -9149647 or 3236724. OLE color: 3236724.

HSL color Cylindrical-coordinate representation of color #746331: hue angle of 44.78º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #746331 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 49 -
CMYK 0 0.15 0.58 0.55
HSL 44.78º 0.41% 0.32% -
HSV(B) 44.78º 0.58% 0.45% -
XYZ 12.22 12.86 4.74 -
YUV 98.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 116 99 49 0 0.15 0.58 0.55 44.78 0.41 0.32
Hex 74 63 31 0 F 3A 37 2D 29 20
Octal 164 143 61 0 17 72 67 55 51 40
Binary 1110100 1100011 110001 0 1111 111010 110111 101101 101001 100000

Color Harmonies of #746331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746331

Black with #746331

Text Example


Text Example

White with #746331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746331; }

 p { color: rgb(116,99,49); }

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

background-color css

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

 a { background-color: rgb(116,99,49); }

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

border-color css

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

 span { border-color: rgb(116,99,49); }

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