Html Css Color HEX #715428 Horses Neck

📋 copy color: '#715428'

red 113 ◦ green 84 ◦ blue 40

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

Shades of Horses Neck #715428

Tints of Horses Neck #715428

RGB

 RED value IS 113 (44.53% from 255) = 47.68%

 GREEN value IS 84 (33.2% from 255) = 35.44%

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

R = 47.68%
G = 35.44%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#715428 (or 0x715428) is known color: Horses Neck. HEX triplet: 71, 54 and 28. RGB value is (113,84,40). Sum of RGB (Red+Green+Blue) = 113+84+40=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #715428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715428 is #8EABD7. Grayscale: #575757. Windows color (decimal): -9350104 or 2643057. OLE color: 2643057.

HSL color Cylindrical-coordinate representation of color #715428: hue angle of 36.16º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #715428 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 40 -
CMYK 0 0.26 0.65 0.56
HSL 36.16º 0.48% 0.3% -
HSV(B) 36.16º 0.65% 0.44% -
XYZ 10.36 10 3.39 -
YUV 87.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 113 84 40 0 0.26 0.65 0.56 36.16 0.48 0.3
Hex 71 54 28 0 1A 41 38 24 30 1E
Octal 161 124 50 0 32 101 70 44 60 36
Binary 1110001 1010100 101000 0 11010 1000001 111000 100100 110000 11110

Color Harmonies of #715428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715428

Black with #715428

Text Example


Text Example

White with #715428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715428; }

 p { color: rgb(113,84,40); }

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

background-color css

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

 a { background-color: rgb(113,84,40); }

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

border-color css

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

 span { border-color: rgb(113,84,40); }

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