Html Css Color HEX #742E13 Peru Tan

📋 copy color: '#742E13'

red 116 ◦ green 46 ◦ blue 19

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

Shades of Peru Tan #742E13

Tints of Peru Tan #742E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 64.09%
G = 25.41%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742E13 (or 0x742E13) is known color: Peru Tan. HEX triplet: 74, 2E and 13. RGB value is (116,46,19). Sum of RGB (Red+Green+Blue) = 116+46+19=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #742E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E13 is #8BD1EC. Grayscale: #404040. Windows color (decimal): -9163245 or 1257076. OLE color: 1257076.

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

Color convert

RGB 116 46 19 -
CMYK 0 0.60 0.84 0.55
HSL 16.7º 0.72% 0.26% -
HSV(B) 16.7º 0.84% 0.45% -
XYZ 8.3 5.71 1.28 -
YUV 63.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 116 46 19 0 0.60 0.84 0.55 16.7 0.72 0.26
Hex 74 2E 13 0 3C 54 37 11 48 1A
Octal 164 56 23 0 74 124 67 21 110 32
Binary 1110100 101110 10011 0 111100 1010100 110111 10001 1001000 11010

Color Harmonies of #742E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E13

Black with #742E13

Text Example


Text Example

White with #742E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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