Html Css Color HEX #744224 Peru Tan

📋 copy color: '#744224'

red 116 ◦ green 66 ◦ blue 36

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

Shades of Peru Tan #744224

Tints of Peru Tan #744224

RGB

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

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

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

R = 53.21%
G = 30.28%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#744224 (or 0x744224) is known color: Peru Tan. HEX triplet: 74, 42 and 24. RGB value is (116,66,36). Sum of RGB (Red+Green+Blue) = 116+66+36=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #744224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744224 is #8BBDDB. Grayscale: #4D4D4D. Windows color (decimal): -9158108 or 2376308. OLE color: 2376308.

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

Color convert

RGB 116 66 36 -
CMYK 0 0.43 0.69 0.55
HSL 22.5º 0.53% 0.3% -
HSV(B) 22.5º 0.69% 0.45% -
XYZ 9.47 7.74 2.66 -
YUV 77.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 116 66 36 0 0.43 0.69 0.55 22.5 0.53 0.3
Hex 74 42 24 0 2B 45 37 16 35 1E
Octal 164 102 44 0 53 105 67 26 65 36
Binary 1110100 1000010 100100 0 101011 1000101 110111 10110 110101 11110

Color Harmonies of #744224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744224

Black with #744224

Text Example


Text Example

White with #744224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744224; }

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

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

background-color css

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

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

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

border-color css

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

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

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