Html Css Color HEX #715326 Horses Neck

📋 copy color: '#715326'

red 113 ◦ green 83 ◦ blue 38

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

Shades of Horses Neck #715326

Tints of Horses Neck #715326

RGB

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

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

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

R = 48.29%
G = 35.47%
B = 16.24%

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

#715326 (or 0x715326) is known color: Horses Neck. HEX triplet: 71, 53 and 26. RGB value is (113,83,38). Sum of RGB (Red+Green+Blue) = 113+83+38=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #715326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715326 is #8EACD9. Grayscale: #575757. Windows color (decimal): -9350362 or 2511729. OLE color: 2511729.

HSL color Cylindrical-coordinate representation of color #715326: hue angle of 36º 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 #715326 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 38 -
CMYK 0 0.27 0.66 0.56
HSL 36º 0.5% 0.3% -
HSV(B) 36º 0.66% 0.44% -
XYZ 10.25 9.84 3.19 -
YUV 86.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 113 83 38 0 0.27 0.66 0.56 36 0.5 0.3
Hex 71 53 26 0 1B 42 38 24 32 1E
Octal 161 123 46 0 33 102 70 44 62 36
Binary 1110001 1010011 100110 0 11011 1000010 111000 100100 110010 11110

Color Harmonies of #715326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715326

Black with #715326

Text Example


Text Example

White with #715326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715326; }

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

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

background-color css

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

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

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

border-color css

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

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

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