Html Css Color HEX #746732 Himalaya

📋 copy color: '#746732'

red 116 ◦ green 103 ◦ blue 50

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

Shades of Himalaya #746732

Tints of Himalaya #746732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.29%

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

R = 43.12%
G = 38.29%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#746732 (or 0x746732) is known color: Himalaya. HEX triplet: 74, 67 and 32. RGB value is (116,103,50). Sum of RGB (Red+Green+Blue) = 116+103+50=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746732 is #8B98CD. Grayscale: #656565. Windows color (decimal): -9148622 or 3303284. OLE color: 3303284.

HSL color Cylindrical-coordinate representation of color #746732: hue angle of 48.18º 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 #746732 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 50 -
CMYK 0 0.11 0.57 0.55
HSL 48.18º 0.4% 0.33% -
HSV(B) 48.18º 0.57% 0.45% -
XYZ 12.63 13.64 4.99 -
YUV 100.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 116 103 50 0 0.11 0.57 0.55 48.18 0.4 0.33
Hex 74 67 32 0 B 39 37 30 28 21
Octal 164 147 62 0 13 71 67 60 50 41
Binary 1110100 1100111 110010 0 1011 111001 110111 110000 101000 100001

Color Harmonies of #746732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746732

Black with #746732

Text Example


Text Example

White with #746732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746732; }

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

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

background-color css

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

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

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

border-color css

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

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

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