Html Css Color HEX #755F20 Himalaya

📋 copy color: '#755F20'

red 117 ◦ green 95 ◦ blue 32

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

Shades of Himalaya #755F20

Tints of Himalaya #755F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.93%

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 47.95%
G = 38.93%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#755F20 (or 0x755F20) is known color: Himalaya. HEX triplet: 75, 5F and 20. RGB value is (117,95,32). Sum of RGB (Red+Green+Blue) = 117+95+32=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #755F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F20 is #8AA0DF. Grayscale: #5E5E5E. Windows color (decimal): -9085152 or 2121589. OLE color: 2121589.

HSL color Cylindrical-coordinate representation of color #755F20: hue angle of 44.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755F20 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 32 -
CMYK 0 0.19 0.73 0.54
HSL 44.47º 0.57% 0.29% -
HSV(B) 44.47º 0.73% 0.46% -
XYZ 11.69 12.07 3.08 -
YUV 94.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 117 95 32 0 0.19 0.73 0.54 44.47 0.57 0.29
Hex 75 5F 20 0 13 49 36 2C 39 1D
Octal 165 137 40 0 23 111 66 54 71 35
Binary 1110101 1011111 100000 0 10011 1001001 110110 101100 111001 11101

Color Harmonies of #755F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F20

Black with #755F20

Text Example


Text Example

White with #755F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,32); }

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

background-color css

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

 a { background-color: rgb(117,95,32); }

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

border-color css

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

 span { border-color: rgb(117,95,32); }

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