Html Css Color HEX #756124 Himalaya

📋 copy color: '#756124'

red 117 ◦ green 97 ◦ blue 36

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

Shades of Himalaya #756124

Tints of Himalaya #756124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 46.8%
G = 38.8%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#756124 (or 0x756124) is known color: Himalaya. HEX triplet: 75, 61 and 24. RGB value is (117,97,36). Sum of RGB (Red+Green+Blue) = 117+97+36=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #756124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756124 is #8A9EDB. Grayscale: #606060. Windows color (decimal): -9084636 or 2384245. OLE color: 2384245.

HSL color Cylindrical-coordinate representation of color #756124: hue angle of 45.19º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #756124 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 36 -
CMYK 0 0.17 0.69 0.54
HSL 45.19º 0.53% 0.3% -
HSV(B) 45.19º 0.69% 0.46% -
XYZ 11.93 12.46 3.45 -
YUV 96.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 117 97 36 0 0.17 0.69 0.54 45.19 0.53 0.3
Hex 75 61 24 0 11 45 36 2D 35 1E
Octal 165 141 44 0 21 105 66 55 65 36
Binary 1110101 1100001 100100 0 10001 1000101 110110 101101 110101 11110

Color Harmonies of #756124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756124

Black with #756124

Text Example


Text Example

White with #756124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756124; }

 p { color: rgb(117,97,36); }

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

background-color css

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

 a { background-color: rgb(117,97,36); }

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

border-color css

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

 span { border-color: rgb(117,97,36); }

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