Html Css Color HEX #715830 Horses Neck

📋 copy color: '#715830'

red 113 ◦ green 88 ◦ blue 48

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

Shades of Horses Neck #715830

Tints of Horses Neck #715830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 45.38%
G = 35.34%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#715830 (or 0x715830) is known color: Horses Neck. HEX triplet: 71, 58 and 30. RGB value is (113,88,48). Sum of RGB (Red+Green+Blue) = 113+88+48=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715830 is #8EA7CF. Grayscale: #5B5B5B. Windows color (decimal): -9349072 or 3168369. OLE color: 3168369.

HSL color Cylindrical-coordinate representation of color #715830: hue angle of 36.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715830 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 48 -
CMYK 0 0.22 0.58 0.56
HSL 36.92º 0.4% 0.32% -
HSV(B) 36.92º 0.58% 0.44% -
XYZ 10.83 10.7 4.29 -
YUV 90.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 113 88 48 0 0.22 0.58 0.56 36.92 0.4 0.32
Hex 71 58 30 0 16 3A 38 25 28 20
Octal 161 130 60 0 26 72 70 45 50 40
Binary 1110001 1011000 110000 0 10110 111010 111000 100101 101000 100000

Color Harmonies of #715830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715830

Black with #715830

Text Example


Text Example

White with #715830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715830; }

 p { color: rgb(113,88,48); }

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

background-color css

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

 a { background-color: rgb(113,88,48); }

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

border-color css

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

 span { border-color: rgb(113,88,48); }

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