Html Css Color HEX #746A32 Himalaya

📋 copy color: '#746A32'

red 116 ◦ green 106 ◦ blue 50

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

Shades of Himalaya #746A32

Tints of Himalaya #746A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 42.65%
G = 38.97%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#746A32 (or 0x746A32) is known color: Himalaya. HEX triplet: 74, 6A and 32. RGB value is (116,106,50). Sum of RGB (Red+Green+Blue) = 116+106+50=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A32 is #8B95CD. Grayscale: #666666. Windows color (decimal): -9147854 or 3304052. OLE color: 3304052.

HSL color Cylindrical-coordinate representation of color #746A32: hue angle of 50.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746A32 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 50 -
CMYK 0 0.09 0.57 0.55
HSL 50.91º 0.4% 0.33% -
HSV(B) 50.91º 0.57% 0.45% -
XYZ 12.93 14.25 5.09 -
YUV 102.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 116 106 50 0 0.09 0.57 0.55 50.91 0.4 0.33
Hex 74 6A 32 0 9 39 37 33 28 21
Octal 164 152 62 0 11 71 67 63 50 41
Binary 1110100 1101010 110010 0 1001 111001 110111 110011 101000 100001

Color Harmonies of #746A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A32

Black with #746A32

Text Example


Text Example

White with #746A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A32; }

 p { color: rgb(116,106,50); }

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

background-color css

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

 a { background-color: rgb(116,106,50); }

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

border-color css

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

 span { border-color: rgb(116,106,50); }

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