Html Css Color HEX #755F25 Himalaya

📋 copy color: '#755F25'

red 117 ◦ green 95 ◦ blue 37

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

Shades of Himalaya #755F25

Tints of Himalaya #755F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 46.99%
G = 38.15%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#755F25 (or 0x755F25) is known color: Himalaya. HEX triplet: 75, 5F and 25. RGB value is (117,95,37). Sum of RGB (Red+Green+Blue) = 117+95+37=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F25 is #8AA0DA. Grayscale: #5F5F5F. Windows color (decimal): -9085147 or 2449269. OLE color: 2449269.

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

Color convert

RGB 117 95 37 -
CMYK 0 0.19 0.68 0.54
HSL 43.5º 0.52% 0.3% -
HSV(B) 43.5º 0.68% 0.46% -
XYZ 11.76 12.1 3.47 -
YUV 94.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 117 95 37 0 0.19 0.68 0.54 43.5 0.52 0.3
Hex 75 5F 25 0 13 44 36 2C 34 1E
Octal 165 137 45 0 23 104 66 54 64 36
Binary 1110101 1011111 100101 0 10011 1000100 110110 101100 110100 11110

Color Harmonies of #755F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F25

Black with #755F25

Text Example


Text Example

White with #755F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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