Html Css Color HEX #756429 Himalaya

📋 copy color: '#756429'

red 117 ◦ green 100 ◦ blue 41

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

Shades of Himalaya #756429

Tints of Himalaya #756429

RGB

 RED value IS 117 (46.09% from 255) = 45.35%

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

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

R = 45.35%
G = 38.76%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#756429 (or 0x756429) is known color: Himalaya. HEX triplet: 75, 64 and 29. RGB value is (117,100,41). Sum of RGB (Red+Green+Blue) = 117+100+41=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #756429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756429 is #8A9BD6. Grayscale: #626262. Windows color (decimal): -9083863 or 2712693. OLE color: 2712693.

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

Color convert

RGB 117 100 41 -
CMYK 0 0.15 0.65 0.54
HSL 46.58º 0.48% 0.31% -
HSV(B) 46.58º 0.65% 0.46% -
XYZ 12.29 13.06 3.97 -
YUV 98.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 117 100 41 0 0.15 0.65 0.54 46.58 0.48 0.31
Hex 75 64 29 0 F 41 36 2F 30 1F
Octal 165 144 51 0 17 101 66 57 60 37
Binary 1110101 1100100 101001 0 1111 1000001 110110 101111 110000 11111

Color Harmonies of #756429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756429

Black with #756429

Text Example


Text Example

White with #756429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756429; }

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

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

background-color css

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

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

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

border-color css

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

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

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