Html Css Color HEX #743412 Peru Tan

📋 copy color: '#743412'

red 116 ◦ green 52 ◦ blue 18

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

Shades of Peru Tan #743412

Tints of Peru Tan #743412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

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

R = 62.37%
G = 27.96%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743412 (or 0x743412) is known color: Peru Tan. HEX triplet: 74, 34 and 12. RGB value is (116,52,18). Sum of RGB (Red+Green+Blue) = 116+52+18=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #743412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743412 is #8BCBED. Grayscale: #434343. Windows color (decimal): -9161710 or 1193076. OLE color: 1193076.

HSL color Cylindrical-coordinate representation of color #743412: hue angle of 20.82º 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 #743412 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 18 -
CMYK 0 0.55 0.84 0.55
HSL 20.82º 0.73% 0.26% -
HSV(B) 20.82º 0.84% 0.45% -
XYZ 8.54 6.21 1.32 -
YUV 67.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 116 52 18 0 0.55 0.84 0.55 20.82 0.73 0.26
Hex 74 34 12 0 37 54 37 15 49 1A
Octal 164 64 22 0 67 124 67 25 111 32
Binary 1110100 110100 10010 0 110111 1010100 110111 10101 1001001 11010

Color Harmonies of #743412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743412

Black with #743412

Text Example


Text Example

White with #743412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743412; }

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

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

background-color css

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

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

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

border-color css

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

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

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