Html Css Color HEX #743119 Peru Tan

📋 copy color: '#743119'

red 116 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #743119

Tints of Peru Tan #743119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 61.05%
G = 25.79%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#743119 (or 0x743119) is known color: Peru Tan. HEX triplet: 74, 31 and 19. RGB value is (116,49,25). Sum of RGB (Red+Green+Blue) = 116+49+25=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743119 is #8BCEE6. Grayscale: #424242. Windows color (decimal): -9162471 or 1651060. OLE color: 1651060.

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

Color convert

RGB 116 49 25 -
CMYK 0 0.58 0.78 0.55
HSL 15.82º 0.65% 0.28% -
HSV(B) 15.82º 0.78% 0.45% -
XYZ 8.48 5.98 1.63 -
YUV 66.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 116 49 25 0 0.58 0.78 0.55 15.82 0.65 0.28
Hex 74 31 19 0 3A 4E 37 10 41 1C
Octal 164 61 31 0 72 116 67 20 101 34
Binary 1110100 110001 11001 0 111010 1001110 110111 10000 1000001 11100

Color Harmonies of #743119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743119

Black with #743119

Text Example


Text Example

White with #743119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743119; }

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

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

background-color css

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

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

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

border-color css

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

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

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