Html Css Color HEX #755F32 Himalaya

📋 copy color: '#755F32'

red 117 ◦ green 95 ◦ blue 50

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

Shades of Himalaya #755F32

Tints of Himalaya #755F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 44.66%
G = 36.26%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#755F32 (or 0x755F32) is known color: Himalaya. HEX triplet: 75, 5F and 32. RGB value is (117,95,50). Sum of RGB (Red+Green+Blue) = 117+95+50=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #755F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F32 is #8AA0CD. Grayscale: #606060. Windows color (decimal): -9085134 or 3301237. OLE color: 3301237.

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

Color convert

RGB 117 95 50 -
CMYK 0 0.19 0.57 0.54
HSL 40.3º 0.4% 0.33% -
HSV(B) 40.3º 0.57% 0.46% -
XYZ 12 12.2 4.74 -
YUV 96.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 117 95 50 0 0.19 0.57 0.54 40.3 0.4 0.33
Hex 75 5F 32 0 13 39 36 28 28 21
Octal 165 137 62 0 23 71 66 50 50 41
Binary 1110101 1011111 110010 0 10011 111001 110110 101000 101000 100001

Color Harmonies of #755F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F32

Black with #755F32

Text Example


Text Example

White with #755F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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