Html Css Color HEX #71531E Horses Neck

📋 copy color: '#71531E'

red 113 ◦ green 83 ◦ blue 30

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

Shades of Horses Neck #71531E

Tints of Horses Neck #71531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 50%
G = 36.73%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71531E (or 0x71531E) is known color: Horses Neck. HEX triplet: 71, 53 and 1E. RGB value is (113,83,30). Sum of RGB (Red+Green+Blue) = 113+83+30=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71531E is #8EACE1. Grayscale: #565656. Windows color (decimal): -9350370 or 1987441. OLE color: 1987441.

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

Color convert

RGB 113 83 30 -
CMYK 0 0.27 0.73 0.56
HSL 38.31º 0.58% 0.28% -
HSV(B) 38.31º 0.73% 0.44% -
XYZ 10.14 9.79 2.58 -
YUV 85.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 113 83 30 0 0.27 0.73 0.56 38.31 0.58 0.28
Hex 71 53 1E 0 1B 49 38 26 3A 1C
Octal 161 123 36 0 33 111 70 46 72 34
Binary 1110001 1010011 11110 0 11011 1001001 111000 100110 111010 11100

Color Harmonies of #71531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71531E

Black with #71531E

Text Example


Text Example

White with #71531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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