Html Css Color HEX #743E1A Peru Tan

📋 copy color: '#743E1A'

red 116 ◦ green 62 ◦ blue 26

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

Shades of Peru Tan #743E1A

Tints of Peru Tan #743E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 56.86%
G = 30.39%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#743E1A (or 0x743E1A) is known color: Peru Tan. HEX triplet: 74, 3E and 1A. RGB value is (116,62,26). Sum of RGB (Red+Green+Blue) = 116+62+26=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E1A is #8BC1E5. Grayscale: #4A4A4A. Windows color (decimal): -9159142 or 1719924. OLE color: 1719924.

HSL color Cylindrical-coordinate representation of color #743E1A: hue angle of 24º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #743E1A is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 26 -
CMYK 0 0.47 0.78 0.55
HSL 24º 0.63% 0.28% -
HSV(B) 24º 0.78% 0.45% -
XYZ 9.11 7.23 1.89 -
YUV 74.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 116 62 26 0 0.47 0.78 0.55 24 0.63 0.28
Hex 74 3E 1A 0 2F 4E 37 18 3F 1C
Octal 164 76 32 0 57 116 67 30 77 34
Binary 1110100 111110 11010 0 101111 1001110 110111 11000 111111 11100

Color Harmonies of #743E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E1A

Black with #743E1A

Text Example


Text Example

White with #743E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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