Html Css Color HEX #742E14 Peru Tan

📋 copy color: '#742E14'

red 116 ◦ green 46 ◦ blue 20

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

Shades of Peru Tan #742E14

Tints of Peru Tan #742E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 63.74%
G = 25.27%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#742E14 (or 0x742E14) is known color: Peru Tan. HEX triplet: 74, 2E and 14. RGB value is (116,46,20). Sum of RGB (Red+Green+Blue) = 116+46+20=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E14 is #8BD1EB. Grayscale: #404040. Windows color (decimal): -9163244 or 1322612. OLE color: 1322612.

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

Color convert

RGB 116 46 20 -
CMYK 0 0.60 0.83 0.55
HSL 16.25º 0.71% 0.27% -
HSV(B) 16.25º 0.83% 0.45% -
XYZ 8.31 5.72 1.33 -
YUV 63.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 116 46 20 0 0.60 0.83 0.55 16.25 0.71 0.27
Hex 74 2E 14 0 3C 53 37 10 47 1B
Octal 164 56 24 0 74 123 67 20 107 33
Binary 1110100 101110 10100 0 111100 1010011 110111 10000 1000111 11011

Color Harmonies of #742E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E14

Black with #742E14

Text Example


Text Example

White with #742E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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