Html Css Color HEX #756035 Himalaya

📋 copy color: '#756035'

red 117 ◦ green 96 ◦ blue 53

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

Shades of Himalaya #756035

Tints of Himalaya #756035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 43.98%
G = 36.09%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#756035 (or 0x756035) is known color: Himalaya. HEX triplet: 75, 60 and 35. RGB value is (117,96,53). Sum of RGB (Red+Green+Blue) = 117+96+53=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756035 is #8A9FCA. Grayscale: #616161. Windows color (decimal): -9084875 or 3498101. OLE color: 3498101.

HSL color Cylindrical-coordinate representation of color #756035: hue angle of 40.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756035 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 53 -
CMYK 0 0.18 0.55 0.54
HSL 40.31º 0.38% 0.33% -
HSV(B) 40.31º 0.55% 0.46% -
XYZ 12.16 12.4 5.12 -
YUV 97.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 117 96 53 0 0.18 0.55 0.54 40.31 0.38 0.33
Hex 75 60 35 0 12 37 36 28 26 21
Octal 165 140 65 0 22 67 66 50 46 41
Binary 1110101 1100000 110101 0 10010 110111 110110 101000 100110 100001

Color Harmonies of #756035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756035

Black with #756035

Text Example


Text Example

White with #756035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756035; }

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

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

background-color css

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

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

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

border-color css

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

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

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