Html Css Color HEX #743E1D Peru Tan

📋 copy color: '#743E1D'

red 116 ◦ green 62 ◦ blue 29

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

Shades of Peru Tan #743E1D

Tints of Peru Tan #743E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 56.04%
G = 29.95%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#743E1D (or 0x743E1D) is known color: Peru Tan. HEX triplet: 74, 3E and 1D. RGB value is (116,62,29). Sum of RGB (Red+Green+Blue) = 116+62+29=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #743E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E1D is #8BC1E2. Grayscale: #4A4A4A. Windows color (decimal): -9159139 or 1916532. OLE color: 1916532.

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

Color convert

RGB 116 62 29 -
CMYK 0 0.47 0.75 0.55
HSL 22.76º 0.6% 0.28% -
HSV(B) 22.76º 0.75% 0.45% -
XYZ 9.15 7.25 2.08 -
YUV 74.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 116 62 29 0 0.47 0.75 0.55 22.76 0.6 0.28
Hex 74 3E 1D 0 2F 4B 37 17 3C 1C
Octal 164 76 35 0 57 113 67 27 74 34
Binary 1110100 111110 11101 0 101111 1001011 110111 10111 111100 11100

Color Harmonies of #743E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E1D

Black with #743E1D

Text Example


Text Example

White with #743E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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