Html Css Color HEX #756434 Himalaya

📋 copy color: '#756434'

red 117 ◦ green 100 ◦ blue 52

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

Shades of Himalaya #756434

Tints of Himalaya #756434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 43.49%
G = 37.17%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756434 (or 0x756434) is known color: Himalaya. HEX triplet: 75, 64 and 34. RGB value is (117,100,52). Sum of RGB (Red+Green+Blue) = 117+100+52=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756434 is #8A9BCB. Grayscale: #636363. Windows color (decimal): -9083852 or 3433589. OLE color: 3433589.

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

Color convert

RGB 117 100 52 -
CMYK 0 0.15 0.56 0.54
HSL 44.31º 0.38% 0.33% -
HSV(B) 44.31º 0.56% 0.46% -
XYZ 12.51 13.14 5.13 -
YUV 99.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 117 100 52 0 0.15 0.56 0.54 44.31 0.38 0.33
Hex 75 64 34 0 F 38 36 2C 26 21
Octal 165 144 64 0 17 70 66 54 46 41
Binary 1110101 1100100 110100 0 1111 111000 110110 101100 100110 100001

Color Harmonies of #756434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756434

Black with #756434

Text Example


Text Example

White with #756434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756434; }

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

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

background-color css

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

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

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

border-color css

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

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

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