Html Css Color HEX #715225 Horses Neck

📋 copy color: '#715225'

red 113 ◦ green 82 ◦ blue 37

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

Shades of Horses Neck #715225

Tints of Horses Neck #715225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 48.71%
G = 35.34%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#715225 (or 0x715225) is known color: Horses Neck. HEX triplet: 71, 52 and 25. RGB value is (113,82,37). Sum of RGB (Red+Green+Blue) = 113+82+37=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715225 is #8EADDA. Grayscale: #565656. Windows color (decimal): -9350619 or 2445937. OLE color: 2445937.

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

Color convert

RGB 113 82 37 -
CMYK 0 0.27 0.67 0.56
HSL 35.53º 0.51% 0.29% -
HSV(B) 35.53º 0.67% 0.44% -
XYZ 10.16 9.68 3.08 -
YUV 86.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 113 82 37 0 0.27 0.67 0.56 35.53 0.51 0.29
Hex 71 52 25 0 1B 43 38 24 33 1D
Octal 161 122 45 0 33 103 70 44 63 35
Binary 1110001 1010010 100101 0 11011 1000011 111000 100100 110011 11101

Color Harmonies of #715225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715225

Black with #715225

Text Example


Text Example

White with #715225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715225; }

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

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

background-color css

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

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

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

border-color css

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

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

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