Html Css Color HEX #755E2D Himalaya

📋 copy color: '#755E2D'

red 117 ◦ green 94 ◦ blue 45

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

Shades of Himalaya #755E2D

Tints of Himalaya #755E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 45.7%
G = 36.72%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#755E2D (or 0x755E2D) is known color: Himalaya. HEX triplet: 75, 5E and 2D. RGB value is (117,94,45). Sum of RGB (Red+Green+Blue) = 117+94+45=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E2D is #8AA1D2. Grayscale: #5F5F5F. Windows color (decimal): -9085395 or 2973301. OLE color: 2973301.

HSL color Cylindrical-coordinate representation of color #755E2D: hue angle of 40.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755E2D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 45 -
CMYK 0 0.20 0.62 0.54
HSL 40.83º 0.44% 0.32% -
HSV(B) 40.83º 0.62% 0.46% -
XYZ 11.81 11.98 4.17 -
YUV 95.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 117 94 45 0 0.20 0.62 0.54 40.83 0.44 0.32
Hex 75 5E 2D 0 14 3E 36 29 2C 20
Octal 165 136 55 0 24 76 66 51 54 40
Binary 1110101 1011110 101101 0 10100 111110 110110 101001 101100 100000

Color Harmonies of #755E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E2D

Black with #755E2D

Text Example


Text Example

White with #755E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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