Html Css Color HEX #755E2B Himalaya

📋 copy color: '#755E2B'

red 117 ◦ green 94 ◦ blue 43

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

Shades of Himalaya #755E2B

Tints of Himalaya #755E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 46.06%
G = 37.01%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#755E2B (or 0x755E2B) is known color: Himalaya. HEX triplet: 75, 5E and 2B. RGB value is (117,94,43). Sum of RGB (Red+Green+Blue) = 117+94+43=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E2B is #8AA1D4. Grayscale: #5F5F5F. Windows color (decimal): -9085397 or 2842229. OLE color: 2842229.

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

Color convert

RGB 117 94 43 -
CMYK 0 0.20 0.63 0.54
HSL 41.35º 0.46% 0.31% -
HSV(B) 41.35º 0.63% 0.46% -
XYZ 11.77 11.96 3.97 -
YUV 95.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 117 94 43 0 0.20 0.63 0.54 41.35 0.46 0.31
Hex 75 5E 2B 0 14 3F 36 29 2E 1F
Octal 165 136 53 0 24 77 66 51 56 37
Binary 1110101 1011110 101011 0 10100 111111 110110 101001 101110 11111

Color Harmonies of #755E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E2B

Black with #755E2B

Text Example


Text Example

White with #755E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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