Html Css Color HEX #715522 Horses Neck

📋 copy color: '#715522'

red 113 ◦ green 85 ◦ blue 34

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

Shades of Horses Neck #715522

Tints of Horses Neck #715522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 48.71%
G = 36.64%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#715522 (or 0x715522) is known color: Horses Neck. HEX triplet: 71, 55 and 22. RGB value is (113,85,34). Sum of RGB (Red+Green+Blue) = 113+85+34=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715522 is #8EAADD. Grayscale: #575757. Windows color (decimal): -9349854 or 2250097. OLE color: 2250097.

HSL color Cylindrical-coordinate representation of color #715522: hue angle of 38.73º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #715522 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 34 -
CMYK 0 0.25 0.70 0.56
HSL 38.73º 0.54% 0.29% -
HSV(B) 38.73º 0.7% 0.44% -
XYZ 10.35 10.12 2.92 -
YUV 87.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 113 85 34 0 0.25 0.70 0.56 38.73 0.54 0.29
Hex 71 55 22 0 19 46 38 27 36 1D
Octal 161 125 42 0 31 106 70 47 66 35
Binary 1110001 1010101 100010 0 11001 1000110 111000 100111 110110 11101

Color Harmonies of #715522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715522

Black with #715522

Text Example


Text Example

White with #715522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715522; }

 p { color: rgb(113,85,34); }

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

background-color css

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

 a { background-color: rgb(113,85,34); }

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

border-color css

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

 span { border-color: rgb(113,85,34); }

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