Html Css Color HEX #755E30 Himalaya

📋 copy color: '#755E30'

red 117 ◦ green 94 ◦ blue 48

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

Shades of Himalaya #755E30

Tints of Himalaya #755E30

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

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

R = 45.17%
G = 36.29%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#755E30 (or 0x755E30) is known color: Himalaya. HEX triplet: 75, 5E and 30. RGB value is (117,94,48). Sum of RGB (Red+Green+Blue) = 117+94+48=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #755E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E30 is #8AA1CF. Grayscale: #5F5F5F. Windows color (decimal): -9085392 or 3169909. OLE color: 3169909.

HSL color Cylindrical-coordinate representation of color #755E30: hue angle of 40º 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 #755E30 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 48 -
CMYK 0 0.20 0.59 0.54
HSL 40º 0.42% 0.32% -
HSV(B) 40º 0.59% 0.46% -
XYZ 11.87 12 4.49 -
YUV 95.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 117 94 48 0 0.20 0.59 0.54 40 0.42 0.32
Hex 75 5E 30 0 14 3B 36 28 2A 20
Octal 165 136 60 0 24 73 66 50 52 40
Binary 1110101 1011110 110000 0 10100 111011 110110 101000 101010 100000

Color Harmonies of #755E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E30

Black with #755E30

Text Example


Text Example

White with #755E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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