Html Css Color HEX #756133 Himalaya

📋 copy color: '#756133'

red 117 ◦ green 97 ◦ blue 51

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

Shades of Himalaya #756133

Tints of Himalaya #756133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 44.15%
G = 36.6%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756133 (or 0x756133) is known color: Himalaya. HEX triplet: 75, 61 and 33. RGB value is (117,97,51). Sum of RGB (Red+Green+Blue) = 117+97+51=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #756133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756133 is #8A9ECC. Grayscale: #616161. Windows color (decimal): -9084621 or 3367285. OLE color: 3367285.

HSL color Cylindrical-coordinate representation of color #756133: hue angle of 41.82º degrees, saturation: 0.39, 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 #756133 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 51 -
CMYK 0 0.17 0.56 0.54
HSL 41.82º 0.39% 0.33% -
HSV(B) 41.82º 0.56% 0.46% -
XYZ 12.21 12.57 4.91 -
YUV 97.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 117 97 51 0 0.17 0.56 0.54 41.82 0.39 0.33
Hex 75 61 33 0 11 38 36 2A 27 21
Octal 165 141 63 0 21 70 66 52 47 41
Binary 1110101 1100001 110011 0 10001 111000 110110 101010 100111 100001

Color Harmonies of #756133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756133

Black with #756133

Text Example


Text Example

White with #756133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756133; }

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

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

background-color css

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

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

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

border-color css

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

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

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