Html Css Color HEX #742C12 Peru Tan

📋 copy color: '#742C12'

red 116 ◦ green 44 ◦ blue 18

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

Shades of Peru Tan #742C12

Tints of Peru Tan #742C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 65.17%
G = 24.72%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742C12 (or 0x742C12) is known color: Peru Tan. HEX triplet: 74, 2C and 12. RGB value is (116,44,18). Sum of RGB (Red+Green+Blue) = 116+44+18=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C12 is #8BD3ED. Grayscale: #3E3E3E. Windows color (decimal): -9163758 or 1191028. OLE color: 1191028.

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

Color convert

RGB 116 44 18 -
CMYK 0 0.62 0.84 0.55
HSL 15.92º 0.73% 0.26% -
HSV(B) 15.92º 0.84% 0.45% -
XYZ 8.21 5.56 1.21 -
YUV 62.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 116 44 18 0 0.62 0.84 0.55 15.92 0.73 0.26
Hex 74 2C 12 0 3E 54 37 10 49 1A
Octal 164 54 22 0 76 124 67 20 111 32
Binary 1110100 101100 10010 0 111110 1010100 110111 10000 1001001 11010

Color Harmonies of #742C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C12

Black with #742C12

Text Example


Text Example

White with #742C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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