Html Css Color HEX #746429 Himalaya

📋 copy color: '#746429'

red 116 ◦ green 100 ◦ blue 41

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

Shades of Himalaya #746429

Tints of Himalaya #746429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.91%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 45.14%
G = 38.91%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#746429 (or 0x746429) is known color: Himalaya. HEX triplet: 74, 64 and 29. RGB value is (116,100,41). Sum of RGB (Red+Green+Blue) = 116+100+41=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #746429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746429 is #8B9BD6. Grayscale: #626262. Windows color (decimal): -9149399 or 2712692. OLE color: 2712692.

HSL color Cylindrical-coordinate representation of color #746429: hue angle of 47.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #746429 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 41 -
CMYK 0 0.14 0.65 0.55
HSL 47.2º 0.48% 0.31% -
HSV(B) 47.2º 0.65% 0.45% -
XYZ 12.16 12.99 3.96 -
YUV 98.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 116 100 41 0 0.14 0.65 0.55 47.2 0.48 0.31
Hex 74 64 29 0 E 41 37 2F 30 1F
Octal 164 144 51 0 16 101 67 57 60 37
Binary 1110100 1100100 101001 0 1110 1000001 110111 101111 110000 11111

Color Harmonies of #746429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746429

Black with #746429

Text Example


Text Example

White with #746429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746429; }

 p { color: rgb(116,100,41); }

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

background-color css

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

 a { background-color: rgb(116,100,41); }

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

border-color css

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

 span { border-color: rgb(116,100,41); }

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