Html Css Color HEX #755F34 Himalaya

📋 copy color: '#755F34'

red 117 ◦ green 95 ◦ blue 52

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

Shades of Himalaya #755F34

Tints of Himalaya #755F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 44.32%
G = 35.98%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#755F34 (or 0x755F34) is known color: Himalaya. HEX triplet: 75, 5F and 34. RGB value is (117,95,52). Sum of RGB (Red+Green+Blue) = 117+95+52=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #755F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F34 is #8AA0CB. Grayscale: #606060. Windows color (decimal): -9085132 or 3432309. OLE color: 3432309.

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

Color convert

RGB 117 95 52 -
CMYK 0 0.19 0.56 0.54
HSL 39.69º 0.38% 0.33% -
HSV(B) 39.69º 0.56% 0.46% -
XYZ 12.05 12.21 4.97 -
YUV 96.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 117 95 52 0 0.19 0.56 0.54 39.69 0.38 0.33
Hex 75 5F 34 0 13 38 36 28 26 21
Octal 165 137 64 0 23 70 66 50 46 41
Binary 1110101 1011111 110100 0 10011 111000 110110 101000 100110 100001

Color Harmonies of #755F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F34

Black with #755F34

Text Example


Text Example

White with #755F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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