Html Css Color HEX #742C10 Peru Tan

📋 copy color: '#742C10'

red 116 ◦ green 44 ◦ blue 16

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

Shades of Peru Tan #742C10

Tints of Peru Tan #742C10

RGB

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

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

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

R = 65.91%
G = 25%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#742C10 (or 0x742C10) is known color: Peru Tan. HEX triplet: 74, 2C and 10. RGB value is (116,44,16). Sum of RGB (Red+Green+Blue) = 116+44+16=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #742C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C10 is #8BD3EF. Grayscale: #3E3E3E. Windows color (decimal): -9163760 or 1059956. OLE color: 1059956.

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

Color convert

RGB 116 44 16 -
CMYK 0 0.62 0.86 0.55
HSL 16.8º 0.76% 0.26% -
HSV(B) 16.8º 0.86% 0.45% -
XYZ 8.2 5.55 1.13 -
YUV 62.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 116 44 16 0 0.62 0.86 0.55 16.8 0.76 0.26
Hex 74 2C 10 0 3E 56 37 11 4C 1A
Octal 164 54 20 0 76 126 67 21 114 32
Binary 1110100 101100 10000 0 111110 1010110 110111 10001 1001100 11010

Color Harmonies of #742C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C10

Black with #742C10

Text Example


Text Example

White with #742C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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