Html Css Color HEX #744018 Peru Tan

📋 copy color: '#744018'

red 116 ◦ green 64 ◦ blue 24

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

Shades of Peru Tan #744018

Tints of Peru Tan #744018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 56.86%
G = 31.37%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744018 (or 0x744018) is known color: Peru Tan. HEX triplet: 74, 40 and 18. RGB value is (116,64,24). Sum of RGB (Red+Green+Blue) = 116+64+24=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #744018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744018 is #8BBFE7. Grayscale: #4B4B4B. Windows color (decimal): -9158632 or 1589364. OLE color: 1589364.

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

Color convert

RGB 116 64 24 -
CMYK 0 0.45 0.79 0.55
HSL 26.09º 0.66% 0.27% -
HSV(B) 26.09º 0.79% 0.45% -
XYZ 9.2 7.45 1.82 -
YUV 74.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 116 64 24 0 0.45 0.79 0.55 26.09 0.66 0.27
Hex 74 40 18 0 2D 4F 37 1A 42 1B
Octal 164 100 30 0 55 117 67 32 102 33
Binary 1110100 1000000 11000 0 101101 1001111 110111 11010 1000010 11011

Color Harmonies of #744018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744018

Black with #744018

Text Example


Text Example

White with #744018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744018; }

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

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

background-color css

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

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

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

border-color css

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

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

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