Html Css Color HEX #755228 Horses Neck

📋 copy color: '#755228'

red 117 ◦ green 82 ◦ blue 40

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

Shades of Horses Neck #755228

Tints of Horses Neck #755228

RGB

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

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

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

R = 48.95%
G = 34.31%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#755228 (or 0x755228) is known color: Horses Neck. HEX triplet: 75, 52 and 28. RGB value is (117,82,40). Sum of RGB (Red+Green+Blue) = 117+82+40=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #755228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755228 is #8AADD7. Grayscale: #575757. Windows color (decimal): -9088472 or 2642549. OLE color: 2642549.

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

Color convert

RGB 117 82 40 -
CMYK 0 0.30 0.66 0.54
HSL 32.73º 0.49% 0.31% -
HSV(B) 32.73º 0.66% 0.46% -
XYZ 10.74 9.97 3.37 -
YUV 87.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 117 82 40 0 0.30 0.66 0.54 32.73 0.49 0.31
Hex 75 52 28 0 1E 42 36 21 31 1F
Octal 165 122 50 0 36 102 66 41 61 37
Binary 1110101 1010010 101000 0 11110 1000010 110110 100001 110001 11111

Color Harmonies of #755228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755228

Black with #755228

Text Example


Text Example

White with #755228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755228; }

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

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

background-color css

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

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

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

border-color css

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

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

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