Html Css Color HEX #715226 Horses Neck

📋 copy color: '#715226'

red 113 ◦ green 82 ◦ blue 38

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

Shades of Horses Neck #715226

Tints of Horses Neck #715226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 48.5%
G = 35.19%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#715226 (or 0x715226) is known color: Horses Neck. HEX triplet: 71, 52 and 26. RGB value is (113,82,38). Sum of RGB (Red+Green+Blue) = 113+82+38=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #715226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715226 is #8EADD9. Grayscale: #565656. Windows color (decimal): -9350618 or 2511473. OLE color: 2511473.

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

Color convert

RGB 113 82 38 -
CMYK 0 0.27 0.66 0.56
HSL 35.2º 0.5% 0.3% -
HSV(B) 35.2º 0.66% 0.44% -
XYZ 10.18 9.69 3.17 -
YUV 86.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 113 82 38 0 0.27 0.66 0.56 35.2 0.5 0.3
Hex 71 52 26 0 1B 42 38 23 32 1E
Octal 161 122 46 0 33 102 70 43 62 36
Binary 1110001 1010010 100110 0 11011 1000010 111000 100011 110010 11110

Color Harmonies of #715226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715226

Black with #715226

Text Example


Text Example

White with #715226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715226; }

 p { color: rgb(113,82,38); }

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

background-color css

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

 a { background-color: rgb(113,82,38); }

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

border-color css

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

 span { border-color: rgb(113,82,38); }

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