Html Css Color HEX #742A0C Peru Tan

📋 copy color: '#742A0C'

red 116 ◦ green 42 ◦ blue 12

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

Shades of Peru Tan #742A0C

Tints of Peru Tan #742A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.71%

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

R = 68.24%
G = 24.71%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#742A0C (or 0x742A0C) is known color: Peru Tan. HEX triplet: 74, 2A and 0C. RGB value is (116,42,12). Sum of RGB (Red+Green+Blue) = 116+42+12=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A0C is #8BD5F3. Grayscale: #3C3C3C. Windows color (decimal): -9164276 or 797300. OLE color: 797300.

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

Color convert

RGB 116 42 12 -
CMYK 0 0.64 0.90 0.55
HSL 17.31º 0.81% 0.25% -
HSV(B) 17.31º 0.9% 0.45% -
XYZ 8.1 5.4 0.96 -
YUV 60.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 116 42 12 0 0.64 0.90 0.55 17.31 0.81 0.25
Hex 74 2A C 0 40 5A 37 11 51 19
Octal 164 52 14 0 100 132 67 21 121 31
Binary 1110100 101010 1100 0 1000000 1011010 110111 10001 1010001 11001

Color Harmonies of #742A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A0C

Black with #742A0C

Text Example


Text Example

White with #742A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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