Html Css Color HEX #744015 Peru Tan

📋 copy color: '#744015'

red 116 ◦ green 64 ◦ blue 21

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

Shades of Peru Tan #744015

Tints of Peru Tan #744015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 57.71%
G = 31.84%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#744015 (or 0x744015) is known color: Peru Tan. HEX triplet: 74, 40 and 15. RGB value is (116,64,21). Sum of RGB (Red+Green+Blue) = 116+64+21=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #744015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744015 is #8BBFEA. Grayscale: #4A4A4A. Windows color (decimal): -9158635 or 1392756. OLE color: 1392756.

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

Color convert

RGB 116 64 21 -
CMYK 0 0.45 0.82 0.55
HSL 27.16º 0.69% 0.27% -
HSV(B) 27.16º 0.82% 0.45% -
XYZ 9.17 7.43 1.66 -
YUV 74.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 116 64 21 0 0.45 0.82 0.55 27.16 0.69 0.27
Hex 74 40 15 0 2D 52 37 1B 45 1B
Octal 164 100 25 0 55 122 67 33 105 33
Binary 1110100 1000000 10101 0 101101 1010010 110111 11011 1000101 11011

Color Harmonies of #744015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744015

Black with #744015

Text Example


Text Example

White with #744015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744015; }

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

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

background-color css

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

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

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

border-color css

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

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

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