Html Css Color HEX #715320 Horses Neck

📋 copy color: '#715320'

red 113 ◦ green 83 ◦ blue 32

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

Shades of Horses Neck #715320

Tints of Horses Neck #715320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 49.56%
G = 36.4%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#715320 (or 0x715320) is known color: Horses Neck. HEX triplet: 71, 53 and 20. RGB value is (113,83,32). Sum of RGB (Red+Green+Blue) = 113+83+32=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #715320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715320 is #8EACDF. Grayscale: #565656. Windows color (decimal): -9350368 or 2118513. OLE color: 2118513.

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

Color convert

RGB 113 83 32 -
CMYK 0 0.27 0.72 0.56
HSL 37.78º 0.56% 0.28% -
HSV(B) 37.78º 0.72% 0.44% -
XYZ 10.16 9.8 2.72 -
YUV 86.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 113 83 32 0 0.27 0.72 0.56 37.78 0.56 0.28
Hex 71 53 20 0 1B 48 38 26 38 1C
Octal 161 123 40 0 33 110 70 46 70 34
Binary 1110001 1010011 100000 0 11011 1001000 111000 100110 111000 11100

Color Harmonies of #715320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715320

Black with #715320

Text Example


Text Example

White with #715320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715320; }

 p { color: rgb(113,83,32); }

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

background-color css

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

 a { background-color: rgb(113,83,32); }

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

border-color css

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

 span { border-color: rgb(113,83,32); }

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