Html Css Color HEX #743112 Peru Tan

📋 copy color: '#743112'

red 116 ◦ green 49 ◦ blue 18

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

Shades of Peru Tan #743112

Tints of Peru Tan #743112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 63.39%
G = 26.78%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743112 (or 0x743112) is known color: Peru Tan. HEX triplet: 74, 31 and 12. RGB value is (116,49,18). Sum of RGB (Red+Green+Blue) = 116+49+18=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #743112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743112 is #8BCEED. Grayscale: #414141. Windows color (decimal): -9162478 or 1192308. OLE color: 1192308.

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

Color convert

RGB 116 49 18 -
CMYK 0 0.58 0.84 0.55
HSL 18.98º 0.73% 0.26% -
HSV(B) 18.98º 0.84% 0.45% -
XYZ 8.41 5.95 1.28 -
YUV 65.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 116 49 18 0 0.58 0.84 0.55 18.98 0.73 0.26
Hex 74 31 12 0 3A 54 37 13 49 1A
Octal 164 61 22 0 72 124 67 23 111 32
Binary 1110100 110001 10010 0 111010 1010100 110111 10011 1001001 11010

Color Harmonies of #743112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743112

Black with #743112

Text Example


Text Example

White with #743112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743112; }

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

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

background-color css

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

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

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

border-color css

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

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

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