Html Css Color HEX #755820 Horses Neck

📋 copy color: '#755820'

red 117 ◦ green 88 ◦ blue 32

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

Shades of Horses Neck #755820

Tints of Horses Neck #755820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 49.37%
G = 37.13%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#755820 (or 0x755820) is known color: Horses Neck. HEX triplet: 75, 58 and 20. RGB value is (117,88,32). Sum of RGB (Red+Green+Blue) = 117+88+32=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755820 is #8AA7DF. Grayscale: #5A5A5A. Windows color (decimal): -9086944 or 2119797. OLE color: 2119797.

HSL color Cylindrical-coordinate representation of color #755820: hue angle of 39.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755820 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 32 -
CMYK 0 0.25 0.73 0.54
HSL 39.53º 0.57% 0.29% -
HSV(B) 39.53º 0.73% 0.46% -
XYZ 11.09 10.87 2.88 -
YUV 90.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 117 88 32 0 0.25 0.73 0.54 39.53 0.57 0.29
Hex 75 58 20 0 19 49 36 28 39 1D
Octal 165 130 40 0 31 111 66 50 71 35
Binary 1110101 1011000 100000 0 11001 1001001 110110 101000 111001 11101

Color Harmonies of #755820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755820

Black with #755820

Text Example


Text Example

White with #755820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755820; }

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

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

background-color css

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

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

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

border-color css

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

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

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