Html Css Color HEX #755528 Horses Neck

📋 copy color: '#755528'

red 117 ◦ green 85 ◦ blue 40

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

Shades of Horses Neck #755528

Tints of Horses Neck #755528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 48.35%
G = 35.12%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#755528 (or 0x755528) is known color: Horses Neck. HEX triplet: 75, 55 and 28. RGB value is (117,85,40). Sum of RGB (Red+Green+Blue) = 117+85+40=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #755528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755528 is #8AAAD7. Grayscale: #595959. Windows color (decimal): -9087704 or 2643317. OLE color: 2643317.

HSL color Cylindrical-coordinate representation of color #755528: hue angle of 35.06º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #755528 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 40 -
CMYK 0 0.27 0.66 0.54
HSL 35.06º 0.49% 0.31% -
HSV(B) 35.06º 0.66% 0.46% -
XYZ 10.97 10.43 3.44 -
YUV 89.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 117 85 40 0 0.27 0.66 0.54 35.06 0.49 0.31
Hex 75 55 28 0 1B 42 36 23 31 1F
Octal 165 125 50 0 33 102 66 43 61 37
Binary 1110101 1010101 101000 0 11011 1000010 110110 100011 110001 11111

Color Harmonies of #755528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755528

Black with #755528

Text Example


Text Example

White with #755528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755528; }

 p { color: rgb(117,85,40); }

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

background-color css

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

 a { background-color: rgb(117,85,40); }

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

border-color css

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

 span { border-color: rgb(117,85,40); }

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