Html Css Color HEX #756024 Himalaya

📋 copy color: '#756024'

red 117 ◦ green 96 ◦ blue 36

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

Shades of Himalaya #756024

Tints of Himalaya #756024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 46.99%
G = 38.55%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#756024 (or 0x756024) is known color: Himalaya. HEX triplet: 75, 60 and 24. RGB value is (117,96,36). Sum of RGB (Red+Green+Blue) = 117+96+36=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #756024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756024 is #8A9FDB. Grayscale: #5F5F5F. Windows color (decimal): -9084892 or 2383989. OLE color: 2383989.

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

Color convert

RGB 117 96 36 -
CMYK 0 0.18 0.69 0.54
HSL 44.44º 0.53% 0.3% -
HSV(B) 44.44º 0.69% 0.46% -
XYZ 11.84 12.28 3.41 -
YUV 95.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 117 96 36 0 0.18 0.69 0.54 44.44 0.53 0.3
Hex 75 60 24 0 12 45 36 2C 35 1E
Octal 165 140 44 0 22 105 66 54 65 36
Binary 1110101 1100000 100100 0 10010 1000101 110110 101100 110101 11110

Color Harmonies of #756024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756024

Black with #756024

Text Example


Text Example

White with #756024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756024; }

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

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

background-color css

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

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

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

border-color css

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

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

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