Html Css Color HEX #742E0E Peru Tan

📋 copy color: '#742E0E'

red 116 ◦ green 46 ◦ blue 14

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

Shades of Peru Tan #742E0E

Tints of Peru Tan #742E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.95%

R = 65.91%
G = 26.14%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#742E0E (or 0x742E0E) is known color: Peru Tan. HEX triplet: 74, 2E and 0E. RGB value is (116,46,14). Sum of RGB (Red+Green+Blue) = 116+46+14=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #742E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E0E is #8BD1F1. Grayscale: #3F3F3F. Windows color (decimal): -9163250 or 929396. OLE color: 929396.

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

Color convert

RGB 116 46 14 -
CMYK 0 0.60 0.88 0.55
HSL 18.82º 0.78% 0.25% -
HSV(B) 18.82º 0.88% 0.45% -
XYZ 8.26 5.7 1.08 -
YUV 63.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 116 46 14 0 0.60 0.88 0.55 18.82 0.78 0.25
Hex 74 2E E 0 3C 58 37 13 4E 19
Octal 164 56 16 0 74 130 67 23 116 31
Binary 1110100 101110 1110 0 111100 1011000 110111 10011 1001110 11001

Color Harmonies of #742E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E0E

Black with #742E0E

Text Example


Text Example

White with #742E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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