Html Css Color HEX #744121 Peru Tan

📋 copy color: '#744121'

red 116 ◦ green 65 ◦ blue 33

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

Shades of Peru Tan #744121

Tints of Peru Tan #744121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.42%

R = 54.21%
G = 30.37%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#744121 (or 0x744121) is known color: Peru Tan. HEX triplet: 74, 41 and 21. RGB value is (116,65,33). Sum of RGB (Red+Green+Blue) = 116+65+33=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744121 is #8BBEDE. Grayscale: #4C4C4C. Windows color (decimal): -9158367 or 2179444. OLE color: 2179444.

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

Color convert

RGB 116 65 33 -
CMYK 0 0.44 0.72 0.55
HSL 23.13º 0.56% 0.29% -
HSV(B) 23.13º 0.72% 0.45% -
XYZ 9.37 7.6 2.41 -
YUV 76.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 116 65 33 0 0.44 0.72 0.55 23.13 0.56 0.29
Hex 74 41 21 0 2C 48 37 17 38 1D
Octal 164 101 41 0 54 110 67 27 70 35
Binary 1110100 1000001 100001 0 101100 1001000 110111 10111 111000 11101

Color Harmonies of #744121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744121

Black with #744121

Text Example


Text Example

White with #744121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744121; }

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

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

background-color css

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

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

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

border-color css

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

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

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