Html Css Color HEX #755225 Horses Neck

📋 copy color: '#755225'

red 117 ◦ green 82 ◦ blue 37

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

Shades of Horses Neck #755225

Tints of Horses Neck #755225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.75%

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

R = 49.58%
G = 34.75%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#755225 (or 0x755225) is known color: Horses Neck. HEX triplet: 75, 52 and 25. RGB value is (117,82,37). Sum of RGB (Red+Green+Blue) = 117+82+37=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755225 is #8AADDA. Grayscale: #575757. Windows color (decimal): -9088475 or 2445941. OLE color: 2445941.

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

Color convert

RGB 117 82 37 -
CMYK 0 0.30 0.68 0.54
HSL 33.75º 0.52% 0.3% -
HSV(B) 33.75º 0.68% 0.46% -
XYZ 10.69 9.95 3.11 -
YUV 87.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 117 82 37 0 0.30 0.68 0.54 33.75 0.52 0.3
Hex 75 52 25 0 1E 44 36 22 34 1E
Octal 165 122 45 0 36 104 66 42 64 36
Binary 1110101 1010010 100101 0 11110 1000100 110110 100010 110100 11110

Color Harmonies of #755225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755225

Black with #755225

Text Example


Text Example

White with #755225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755225; }

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

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

background-color css

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

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

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

border-color css

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

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

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