Html Css Color HEX #742C0C Peru Tan

📋 copy color: '#742C0C'

red 116 ◦ green 44 ◦ blue 12

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

Shades of Peru Tan #742C0C

Tints of Peru Tan #742C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.98%

R = 67.44%
G = 25.58%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#742C0C (or 0x742C0C) is known color: Peru Tan. HEX triplet: 74, 2C and 0C. RGB value is (116,44,12). Sum of RGB (Red+Green+Blue) = 116+44+12=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C0C is #8BD3F3. Grayscale: #3E3E3E. Windows color (decimal): -9163764 or 797812. OLE color: 797812.

HSL color Cylindrical-coordinate representation of color #742C0C: hue angle of 18.46º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #742C0C is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 12 -
CMYK 0 0.62 0.90 0.55
HSL 18.46º 0.81% 0.25% -
HSV(B) 18.46º 0.9% 0.45% -
XYZ 8.17 5.54 0.99 -
YUV 61.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 116 44 12 0 0.62 0.90 0.55 18.46 0.81 0.25
Hex 74 2C C 0 3E 5A 37 12 51 19
Octal 164 54 14 0 76 132 67 22 121 31
Binary 1110100 101100 1100 0 111110 1011010 110111 10010 1010001 11001

Color Harmonies of #742C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C0C

Black with #742C0C

Text Example


Text Example

White with #742C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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