Html Css Color HEX #743111 Peru Tan

📋 copy color: '#743111'

red 116 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #743111

Tints of Peru Tan #743111

RGB

 RED value IS 116 (45.7% from 255) = 63.74%

 GREEN value IS 49 (19.53% from 255) = 26.92%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 63.74%
G = 26.92%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#743111 (or 0x743111) is known color: Peru Tan. HEX triplet: 74, 31 and 11. RGB value is (116,49,17). Sum of RGB (Red+Green+Blue) = 116+49+17=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #743111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743111 is #8BCEEE. Grayscale: #414141. Windows color (decimal): -9162479 or 1126772. OLE color: 1126772.

HSL color Cylindrical-coordinate representation of color #743111: hue angle of 19.39º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #743111 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 17 -
CMYK 0 0.58 0.85 0.55
HSL 19.39º 0.74% 0.26% -
HSV(B) 19.39º 0.85% 0.45% -
XYZ 8.4 5.95 1.24 -
YUV 65.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 116 49 17 0 0.58 0.85 0.55 19.39 0.74 0.26
Hex 74 31 11 0 3A 55 37 13 4A 1A
Octal 164 61 21 0 72 125 67 23 112 32
Binary 1110100 110001 10001 0 111010 1010101 110111 10011 1001010 11010

Color Harmonies of #743111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743111

Black with #743111

Text Example


Text Example

White with #743111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743111; }

 p { color: rgb(116,49,17); }

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

background-color css

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

 a { background-color: rgb(116,49,17); }

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

border-color css

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

 span { border-color: rgb(116,49,17); }

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