Html Css Color HEX #744119 Peru Tan

📋 copy color: '#744119'

red 116 ◦ green 65 ◦ blue 25

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

Shades of Peru Tan #744119

Tints of Peru Tan #744119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 56.31%
G = 31.55%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#744119 (or 0x744119) is known color: Peru Tan. HEX triplet: 74, 41 and 19. RGB value is (116,65,25). Sum of RGB (Red+Green+Blue) = 116+65+25=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744119 is #8BBEE6. Grayscale: #4B4B4B. Windows color (decimal): -9158375 or 1655156. OLE color: 1655156.

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

Color convert

RGB 116 65 25 -
CMYK 0 0.44 0.78 0.55
HSL 26.37º 0.65% 0.28% -
HSV(B) 26.37º 0.78% 0.45% -
XYZ 9.27 7.56 1.89 -
YUV 75.69 99.4 156.75 -
System Red Green Blue C M Y K H S L
Decimal 116 65 25 0 0.44 0.78 0.55 26.37 0.65 0.28
Hex 74 41 19 0 2C 4E 37 1A 41 1C
Octal 164 101 31 0 54 116 67 32 101 34
Binary 1110100 1000001 11001 0 101100 1001110 110111 11010 1000001 11100

Color Harmonies of #744119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744119

Black with #744119

Text Example


Text Example

White with #744119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744119; }

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

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

background-color css

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

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

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

border-color css

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

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

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