Html Css Color HEX #743C12 Peru Tan

📋 copy color: '#743C12'

red 116 ◦ green 60 ◦ blue 18

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

Shades of Peru Tan #743C12

Tints of Peru Tan #743C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

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

R = 59.79%
G = 30.93%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743C12 (or 0x743C12) is known color: Peru Tan. HEX triplet: 74, 3C and 12. RGB value is (116,60,18). Sum of RGB (Red+Green+Blue) = 116+60+18=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #743C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743C12 is #8BC3ED. Grayscale: #484848. Windows color (decimal): -9159662 or 1195124. OLE color: 1195124.

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

Color convert

RGB 116 60 18 -
CMYK 0 0.48 0.84 0.55
HSL 25.71º 0.73% 0.26% -
HSV(B) 25.71º 0.84% 0.45% -
XYZ 8.93 6.99 1.45 -
YUV 71.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 116 60 18 0 0.48 0.84 0.55 25.71 0.73 0.26
Hex 74 3C 12 0 30 54 37 1A 49 1A
Octal 164 74 22 0 60 124 67 32 111 32
Binary 1110100 111100 10010 0 110000 1010100 110111 11010 1001001 11010

Color Harmonies of #743C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C12

Black with #743C12

Text Example


Text Example

White with #743C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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