Html Css Color HEX #755D25 Horses Neck

📋 copy color: '#755D25'

red 117 ◦ green 93 ◦ blue 37

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

Shades of Horses Neck #755D25

Tints of Horses Neck #755D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

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

R = 47.37%
G = 37.65%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#755D25 (or 0x755D25) is known color: Horses Neck. HEX triplet: 75, 5D and 25. RGB value is (117,93,37). Sum of RGB (Red+Green+Blue) = 117+93+37=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #755D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D25 is #8AA2DA. Grayscale: #5E5E5E. Windows color (decimal): -9085659 or 2448757. OLE color: 2448757.

HSL color Cylindrical-coordinate representation of color #755D25: hue angle of 42º 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 #755D25 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 37 -
CMYK 0 0.21 0.68 0.54
HSL 42º 0.52% 0.3% -
HSV(B) 42º 0.68% 0.46% -
XYZ 11.58 11.74 3.41 -
YUV 93.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 117 93 37 0 0.21 0.68 0.54 42 0.52 0.3
Hex 75 5D 25 0 15 44 36 2A 34 1E
Octal 165 135 45 0 25 104 66 52 64 36
Binary 1110101 1011101 100101 0 10101 1000100 110110 101010 110100 11110

Color Harmonies of #755D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D25

Black with #755D25

Text Example


Text Example

White with #755D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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