Html Css Color HEX #744116 Peru Tan

📋 copy color: '#744116'

red 116 ◦ green 65 ◦ blue 22

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

Shades of Peru Tan #744116

Tints of Peru Tan #744116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 57.14%
G = 32.02%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#744116 (or 0x744116) is known color: Peru Tan. HEX triplet: 74, 41 and 16. RGB value is (116,65,22). Sum of RGB (Red+Green+Blue) = 116+65+22=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744116 is #8BBEE9. Grayscale: #4B4B4B. Windows color (decimal): -9158378 or 1458548. OLE color: 1458548.

HSL color Cylindrical-coordinate representation of color #744116: hue angle of 27.45º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #744116 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 22 -
CMYK 0 0.44 0.81 0.55
HSL 27.45º 0.68% 0.27% -
HSV(B) 27.45º 0.81% 0.45% -
XYZ 9.24 7.55 1.73 -
YUV 75.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 116 65 22 0 0.44 0.81 0.55 27.45 0.68 0.27
Hex 74 41 16 0 2C 51 37 1B 44 1B
Octal 164 101 26 0 54 121 67 33 104 33
Binary 1110100 1000001 10110 0 101100 1010001 110111 11011 1000100 11011

Color Harmonies of #744116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744116

Black with #744116

Text Example


Text Example

White with #744116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744116; }

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

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

background-color css

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

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

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

border-color css

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

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

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