Html Css Color HEX #756424 Himalaya

📋 copy color: '#756424'

red 117 ◦ green 100 ◦ blue 36

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

Shades of Himalaya #756424

Tints of Himalaya #756424

RGB

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

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

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

R = 46.25%
G = 39.53%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#756424 (or 0x756424) is known color: Himalaya. HEX triplet: 75, 64 and 24. RGB value is (117,100,36). Sum of RGB (Red+Green+Blue) = 117+100+36=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756424 is #8A9BDB. Grayscale: #626262. Windows color (decimal): -9083868 or 2385013. OLE color: 2385013.

HSL color Cylindrical-coordinate representation of color #756424: hue angle of 47.41º 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 #756424 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 36 -
CMYK 0 0.15 0.69 0.54
HSL 47.41º 0.53% 0.3% -
HSV(B) 47.41º 0.69% 0.46% -
XYZ 12.21 13.02 3.54 -
YUV 97.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 117 100 36 0 0.15 0.69 0.54 47.41 0.53 0.3
Hex 75 64 24 0 F 45 36 2F 35 1E
Octal 165 144 44 0 17 105 66 57 65 36
Binary 1110101 1100100 100100 0 1111 1000101 110110 101111 110101 11110

Color Harmonies of #756424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756424

Black with #756424

Text Example


Text Example

White with #756424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756424; }

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

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

background-color css

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

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

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

border-color css

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

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

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