Html Css Color HEX #756130 Himalaya

📋 copy color: '#756130'

red 117 ◦ green 97 ◦ blue 48

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

Shades of Himalaya #756130

Tints of Himalaya #756130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 44.66%
G = 37.02%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#756130 (or 0x756130) is known color: Himalaya. HEX triplet: 75, 61 and 30. RGB value is (117,97,48). Sum of RGB (Red+Green+Blue) = 117+97+48=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #756130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756130 is #8A9ECF. Grayscale: #616161. Windows color (decimal): -9084624 or 3170677. OLE color: 3170677.

HSL color Cylindrical-coordinate representation of color #756130: hue angle of 42.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756130 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 48 -
CMYK 0 0.17 0.59 0.54
HSL 42.61º 0.42% 0.32% -
HSV(B) 42.61º 0.59% 0.46% -
XYZ 12.14 12.54 4.58 -
YUV 97.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 117 97 48 0 0.17 0.59 0.54 42.61 0.42 0.32
Hex 75 61 30 0 11 3B 36 2B 2A 20
Octal 165 141 60 0 21 73 66 53 52 40
Binary 1110101 1100001 110000 0 10001 111011 110110 101011 101010 100000

Color Harmonies of #756130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756130

Black with #756130

Text Example


Text Example

White with #756130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756130; }

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

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

background-color css

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

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

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

border-color css

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

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

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