Html Css Color HEX #756537 Himalaya

📋 copy color: '#756537'

red 117 ◦ green 101 ◦ blue 55

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

Shades of Himalaya #756537

Tints of Himalaya #756537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 42.86%
G = 37%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#756537 (or 0x756537) is known color: Himalaya. HEX triplet: 75, 65 and 37. RGB value is (117,101,55). Sum of RGB (Red+Green+Blue) = 117+101+55=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756537 is #8A9AC8. Grayscale: #646464. Windows color (decimal): -9083593 or 3630453. OLE color: 3630453.

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

Color convert

RGB 117 101 55 -
CMYK 0 0.14 0.53 0.54
HSL 44.52º 0.36% 0.34% -
HSV(B) 44.52º 0.53% 0.46% -
XYZ 12.68 13.37 5.53 -
YUV 100.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 117 101 55 0 0.14 0.53 0.54 44.52 0.36 0.34
Hex 75 65 37 0 E 35 36 2D 24 22
Octal 165 145 67 0 16 65 66 55 44 42
Binary 1110101 1100101 110111 0 1110 110101 110110 101101 100100 100010

Color Harmonies of #756537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756537

Black with #756537

Text Example


Text Example

White with #756537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756537; }

 p { color: rgb(117,101,55); }

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

background-color css

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

 a { background-color: rgb(117,101,55); }

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

border-color css

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

 span { border-color: rgb(117,101,55); }

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