Html Css Color HEX #744024 Peru Tan

📋 copy color: '#744024'

red 116 ◦ green 64 ◦ blue 36

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

Shades of Peru Tan #744024

Tints of Peru Tan #744024

RGB

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

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

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

R = 53.7%
G = 29.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#744024 (or 0x744024) is known color: Peru Tan. HEX triplet: 74, 40 and 24. RGB value is (116,64,36). Sum of RGB (Red+Green+Blue) = 116+64+36=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #744024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744024 is #8BBFDB. Grayscale: #4C4C4C. Windows color (decimal): -9158620 or 2375796. OLE color: 2375796.

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

Color convert

RGB 116 64 36 -
CMYK 0 0.45 0.69 0.55
HSL 21º 0.53% 0.3% -
HSV(B) 21º 0.69% 0.45% -
XYZ 9.35 7.51 2.63 -
YUV 76.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 116 64 36 0 0.45 0.69 0.55 21 0.53 0.3
Hex 74 40 24 0 2D 45 37 15 35 1E
Octal 164 100 44 0 55 105 67 25 65 36
Binary 1110100 1000000 100100 0 101101 1000101 110111 10101 110101 11110

Color Harmonies of #744024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744024

Black with #744024

Text Example


Text Example

White with #744024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744024; }

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

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

background-color css

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

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

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

border-color css

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

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

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