Html Css Color HEX #743413 Peru Tan

📋 copy color: '#743413'

red 116 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #743413

Tints of Peru Tan #743413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 62.03%
G = 27.81%
B = 10.16%

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

#743413 (or 0x743413) is known color: Peru Tan. HEX triplet: 74, 34 and 13. RGB value is (116,52,19). Sum of RGB (Red+Green+Blue) = 116+52+19=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743413 is #8BCBEC. Grayscale: #434343. Windows color (decimal): -9161709 or 1258612. OLE color: 1258612.

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

Color convert

RGB 116 52 19 -
CMYK 0 0.55 0.84 0.55
HSL 20.41º 0.72% 0.26% -
HSV(B) 20.41º 0.84% 0.45% -
XYZ 8.55 6.22 1.37 -
YUV 67.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 116 52 19 0 0.55 0.84 0.55 20.41 0.72 0.26
Hex 74 34 13 0 37 54 37 14 48 1A
Octal 164 64 23 0 67 124 67 24 110 32
Binary 1110100 110100 10011 0 110111 1010100 110111 10100 1001000 11010

Color Harmonies of #743413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743413

Black with #743413

Text Example


Text Example

White with #743413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743413; }

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

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

background-color css

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

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

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

border-color css

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

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

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