Html Css Color HEX #744124 Peru Tan

📋 copy color: '#744124'

red 116 ◦ green 65 ◦ blue 36

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

Shades of Peru Tan #744124

Tints of Peru Tan #744124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.59%

R = 53.46%
G = 29.95%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#744124 (or 0x744124) is known color: Peru Tan. HEX triplet: 74, 41 and 24. RGB value is (116,65,36). Sum of RGB (Red+Green+Blue) = 116+65+36=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744124 is #8BBEDB. Grayscale: #4D4D4D. Windows color (decimal): -9158364 or 2376052. OLE color: 2376052.

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

Color convert

RGB 116 65 36 -
CMYK 0 0.44 0.69 0.55
HSL 21.75º 0.53% 0.3% -
HSV(B) 21.75º 0.69% 0.45% -
XYZ 9.41 7.62 2.64 -
YUV 76.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 116 65 36 0 0.44 0.69 0.55 21.75 0.53 0.3
Hex 74 41 24 0 2C 45 37 16 35 1E
Octal 164 101 44 0 54 105 67 26 65 36
Binary 1110100 1000001 100100 0 101100 1000101 110111 10110 110101 11110

Color Harmonies of #744124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744124

Black with #744124

Text Example


Text Example

White with #744124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744124; }

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

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

background-color css

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

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

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

border-color css

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

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

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