Html Css Color HEX #755825 Horses Neck

📋 copy color: '#755825'

red 117 ◦ green 88 ◦ blue 37

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

Shades of Horses Neck #755825

Tints of Horses Neck #755825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 48.35%
G = 36.36%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#755825 (or 0x755825) is known color: Horses Neck. HEX triplet: 75, 58 and 25. RGB value is (117,88,37). Sum of RGB (Red+Green+Blue) = 117+88+37=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #755825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755825 is #8AA7DA. Grayscale: #5B5B5B. Windows color (decimal): -9086939 or 2447477. OLE color: 2447477.

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

Color convert

RGB 117 88 37 -
CMYK 0 0.25 0.68 0.54
HSL 38.25º 0.52% 0.3% -
HSV(B) 38.25º 0.68% 0.46% -
XYZ 11.16 10.89 3.27 -
YUV 90.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 117 88 37 0 0.25 0.68 0.54 38.25 0.52 0.3
Hex 75 58 25 0 19 44 36 26 34 1E
Octal 165 130 45 0 31 104 66 46 64 36
Binary 1110101 1011000 100101 0 11001 1000100 110110 100110 110100 11110

Color Harmonies of #755825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755825

Black with #755825

Text Example


Text Example

White with #755825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755825; }

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

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

background-color css

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

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

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

border-color css

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

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

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