Html Css Color HEX #744218 Peru Tan

📋 copy color: '#744218'

red 116 ◦ green 66 ◦ blue 24

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

Shades of Peru Tan #744218

Tints of Peru Tan #744218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

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

R = 56.31%
G = 32.04%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744218 (or 0x744218) is known color: Peru Tan. HEX triplet: 74, 42 and 18. RGB value is (116,66,24). Sum of RGB (Red+Green+Blue) = 116+66+24=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744218 is #8BBDE7. Grayscale: #4C4C4C. Windows color (decimal): -9158120 or 1589876. OLE color: 1589876.

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

Color convert

RGB 116 66 24 -
CMYK 0 0.43 0.79 0.55
HSL 27.39º 0.66% 0.27% -
HSV(B) 27.39º 0.79% 0.45% -
XYZ 9.32 7.68 1.85 -
YUV 76.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 116 66 24 0 0.43 0.79 0.55 27.39 0.66 0.27
Hex 74 42 18 0 2B 4F 37 1B 42 1B
Octal 164 102 30 0 53 117 67 33 102 33
Binary 1110100 1000010 11000 0 101011 1001111 110111 11011 1000010 11011

Color Harmonies of #744218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744218

Black with #744218

Text Example


Text Example

White with #744218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744218; }

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

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

background-color css

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

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

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

border-color css

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

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

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