Html Css Color HEX #743E12 Peru Tan

📋 copy color: '#743E12'

red 116 ◦ green 62 ◦ blue 18

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

Shades of Peru Tan #743E12

Tints of Peru Tan #743E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.63%

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

R = 59.18%
G = 31.63%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743E12 (or 0x743E12) is known color: Peru Tan. HEX triplet: 74, 3E and 12. RGB value is (116,62,18). Sum of RGB (Red+Green+Blue) = 116+62+18=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #743E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743E12 is #8BC1ED. Grayscale: #494949. Windows color (decimal): -9159150 or 1195636. OLE color: 1195636.

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

Color convert

RGB 116 62 18 -
CMYK 0 0.47 0.84 0.55
HSL 26.94º 0.73% 0.26% -
HSV(B) 26.94º 0.84% 0.45% -
XYZ 9.03 7.2 1.49 -
YUV 73.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 116 62 18 0 0.47 0.84 0.55 26.94 0.73 0.26
Hex 74 3E 12 0 2F 54 37 1B 49 1A
Octal 164 76 22 0 57 124 67 33 111 32
Binary 1110100 111110 10010 0 101111 1010100 110111 11011 1001001 11010

Color Harmonies of #743E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E12

Black with #743E12

Text Example


Text Example

White with #743E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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