Html Css Color HEX #743512 Peru Tan

📋 copy color: '#743512'

red 116 ◦ green 53 ◦ blue 18

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

Shades of Peru Tan #743512

Tints of Peru Tan #743512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.34%

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

R = 62.03%
G = 28.34%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743512 (or 0x743512) is known color: Peru Tan. HEX triplet: 74, 35 and 12. RGB value is (116,53,18). Sum of RGB (Red+Green+Blue) = 116+53+18=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743512 is #8BCAED. Grayscale: #444444. Windows color (decimal): -9161454 or 1193332. OLE color: 1193332.

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

Color convert

RGB 116 53 18 -
CMYK 0 0.54 0.84 0.55
HSL 21.43º 0.73% 0.26% -
HSV(B) 21.43º 0.84% 0.45% -
XYZ 8.58 6.3 1.34 -
YUV 67.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 116 53 18 0 0.54 0.84 0.55 21.43 0.73 0.26
Hex 74 35 12 0 36 54 37 15 49 1A
Octal 164 65 22 0 66 124 67 25 111 32
Binary 1110100 110101 10010 0 110110 1010100 110111 10101 1001001 11010

Color Harmonies of #743512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743512

Black with #743512

Text Example


Text Example

White with #743512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743512; }

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

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

background-color css

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

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

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

border-color css

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

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

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