Html Css Color HEX #742C0E Peru Tan

📋 copy color: '#742C0E'

red 116 ◦ green 44 ◦ blue 14

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

Shades of Peru Tan #742C0E

Tints of Peru Tan #742C0E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

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

R = 66.67%
G = 25.29%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#742C0E (or 0x742C0E) is known color: Peru Tan. HEX triplet: 74, 2C and 0E. RGB value is (116,44,14). Sum of RGB (Red+Green+Blue) = 116+44+14=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #742C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C0E is #8BD3F1. Grayscale: #3E3E3E. Windows color (decimal): -9163762 or 928884. OLE color: 928884.

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

Color convert

RGB 116 44 14 -
CMYK 0 0.62 0.88 0.55
HSL 17.65º 0.78% 0.25% -
HSV(B) 17.65º 0.88% 0.45% -
XYZ 8.18 5.55 1.05 -
YUV 62.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 116 44 14 0 0.62 0.88 0.55 17.65 0.78 0.25
Hex 74 2C E 0 3E 58 37 12 4E 19
Octal 164 54 16 0 76 130 67 22 116 31
Binary 1110100 101100 1110 0 111110 1011000 110111 10010 1001110 11001

Color Harmonies of #742C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C0E

Black with #742C0E

Text Example


Text Example

White with #742C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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