Html Css Color HEX #742E15 Peru Tan

📋 copy color: '#742E15'

red 116 ◦ green 46 ◦ blue 21

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

Shades of Peru Tan #742E15

Tints of Peru Tan #742E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.14%

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

R = 63.39%
G = 25.14%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#742E15 (or 0x742E15) is known color: Peru Tan. HEX triplet: 74, 2E and 15. RGB value is (116,46,21). Sum of RGB (Red+Green+Blue) = 116+46+21=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #742E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E15 is #8BD1EA. Grayscale: #404040. Windows color (decimal): -9163243 or 1388148. OLE color: 1388148.

HSL color Cylindrical-coordinate representation of color #742E15: hue angle of 15.79º 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 #742E15 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 21 -
CMYK 0 0.60 0.82 0.55
HSL 15.79º 0.69% 0.27% -
HSV(B) 15.79º 0.82% 0.45% -
XYZ 8.31 5.72 1.38 -
YUV 64.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 116 46 21 0 0.60 0.82 0.55 15.79 0.69 0.27
Hex 74 2E 15 0 3C 52 37 10 45 1B
Octal 164 56 25 0 74 122 67 20 105 33
Binary 1110100 101110 10101 0 111100 1010010 110111 10000 1000101 11011

Color Harmonies of #742E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E15

Black with #742E15

Text Example


Text Example

White with #742E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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