Html Css Color HEX #715C28 Horses Neck

📋 copy color: '#715C28'

red 113 ◦ green 92 ◦ blue 40

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

Shades of Horses Neck #715C28

Tints of Horses Neck #715C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 46.12%
G = 37.55%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#715C28 (or 0x715C28) is known color: Horses Neck. HEX triplet: 71, 5C and 28. RGB value is (113,92,40). Sum of RGB (Red+Green+Blue) = 113+92+40=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C28 is #8EA3D7. Grayscale: #5C5C5C. Windows color (decimal): -9348056 or 2645105. OLE color: 2645105.

HSL color Cylindrical-coordinate representation of color #715C28: hue angle of 42.74º 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 #715C28 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 40 -
CMYK 0 0.19 0.65 0.56
HSL 42.74º 0.48% 0.3% -
HSV(B) 42.74º 0.65% 0.44% -
XYZ 11.02 11.32 3.61 -
YUV 92.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 113 92 40 0 0.19 0.65 0.56 42.74 0.48 0.3
Hex 71 5C 28 0 13 41 38 2B 30 1E
Octal 161 134 50 0 23 101 70 53 60 36
Binary 1110001 1011100 101000 0 10011 1000001 111000 101011 110000 11110

Color Harmonies of #715C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C28

Black with #715C28

Text Example


Text Example

White with #715C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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