Html Css Color HEX #744118 Peru Tan

📋 copy color: '#744118'

red 116 ◦ green 65 ◦ blue 24

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

Shades of Peru Tan #744118

Tints of Peru Tan #744118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 56.59%
G = 31.71%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744118 (or 0x744118) is known color: Peru Tan. HEX triplet: 74, 41 and 18. RGB value is (116,65,24). Sum of RGB (Red+Green+Blue) = 116+65+24=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744118 is #8BBEE7. Grayscale: #4B4B4B. Windows color (decimal): -9158376 or 1589620. OLE color: 1589620.

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

Color convert

RGB 116 65 24 -
CMYK 0 0.44 0.79 0.55
HSL 26.74º 0.66% 0.27% -
HSV(B) 26.74º 0.79% 0.45% -
XYZ 9.26 7.56 1.84 -
YUV 75.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 116 65 24 0 0.44 0.79 0.55 26.74 0.66 0.27
Hex 74 41 18 0 2C 4F 37 1B 42 1B
Octal 164 101 30 0 54 117 67 33 102 33
Binary 1110100 1000001 11000 0 101100 1001111 110111 11011 1000010 11011

Color Harmonies of #744118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744118

Black with #744118

Text Example


Text Example

White with #744118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744118; }

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

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

background-color css

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

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

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

border-color css

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

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

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