Html Css Color HEX #742E10 Peru Tan

📋 copy color: '#742E10'

red 116 ◦ green 46 ◦ blue 16

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

Shades of Peru Tan #742E10

Tints of Peru Tan #742E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 65.17%
G = 25.84%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#742E10 (or 0x742E10) is known color: Peru Tan. HEX triplet: 74, 2E and 10. RGB value is (116,46,16). Sum of RGB (Red+Green+Blue) = 116+46+16=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E10 is #8BD1EF. Grayscale: #3F3F3F. Windows color (decimal): -9163248 or 1060468. OLE color: 1060468.

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

Color convert

RGB 116 46 16 -
CMYK 0 0.60 0.86 0.55
HSL 18º 0.76% 0.26% -
HSV(B) 18º 0.86% 0.45% -
XYZ 8.27 5.7 1.16 -
YUV 63.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 116 46 16 0 0.60 0.86 0.55 18 0.76 0.26
Hex 74 2E 10 0 3C 56 37 12 4C 1A
Octal 164 56 20 0 74 126 67 22 114 32
Binary 1110100 101110 10000 0 111100 1010110 110111 10010 1001100 11010

Color Harmonies of #742E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E10

Black with #742E10

Text Example


Text Example

White with #742E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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