Html Css Color HEX #746129 Himalaya

📋 copy color: '#746129'

red 116 ◦ green 97 ◦ blue 41

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

Shades of Himalaya #746129

Tints of Himalaya #746129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.19%

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

R = 45.67%
G = 38.19%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#746129 (or 0x746129) is known color: Himalaya. HEX triplet: 74, 61 and 29. RGB value is (116,97,41). Sum of RGB (Red+Green+Blue) = 116+97+41=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #746129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746129 is #8B9ED6. Grayscale: #606060. Windows color (decimal): -9150167 or 2711924. OLE color: 2711924.

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

Color convert

RGB 116 97 41 -
CMYK 0 0.16 0.65 0.55
HSL 44.8º 0.48% 0.31% -
HSV(B) 44.8º 0.65% 0.45% -
XYZ 11.88 12.42 3.87 -
YUV 96.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 116 97 41 0 0.16 0.65 0.55 44.8 0.48 0.31
Hex 74 61 29 0 10 41 37 2D 30 1F
Octal 164 141 51 0 20 101 67 55 60 37
Binary 1110100 1100001 101001 0 10000 1000001 110111 101101 110000 11111

Color Harmonies of #746129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746129

Black with #746129

Text Example


Text Example

White with #746129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746129; }

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

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

background-color css

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

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

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

border-color css

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

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

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