Html Css Color HEX #743B1D Peru Tan

📋 copy color: '#743B1D'

red 116 ◦ green 59 ◦ blue 29

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

Shades of Peru Tan #743B1D

Tints of Peru Tan #743B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

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

R = 56.86%
G = 28.92%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#743B1D (or 0x743B1D) is known color: Peru Tan. HEX triplet: 74, 3B and 1D. RGB value is (116,59,29). Sum of RGB (Red+Green+Blue) = 116+59+29=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B1D is #8BC4E2. Grayscale: #484848. Windows color (decimal): -9159907 or 1915764. OLE color: 1915764.

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

Color convert

RGB 116 59 29 -
CMYK 0 0.49 0.75 0.55
HSL 20.69º 0.6% 0.28% -
HSV(B) 20.69º 0.75% 0.45% -
XYZ 8.99 6.93 2.03 -
YUV 72.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 116 59 29 0 0.49 0.75 0.55 20.69 0.6 0.28
Hex 74 3B 1D 0 31 4B 37 15 3C 1C
Octal 164 73 35 0 61 113 67 25 74 34
Binary 1110100 111011 11101 0 110001 1001011 110111 10101 111100 11100

Color Harmonies of #743B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B1D

Black with #743B1D

Text Example


Text Example

White with #743B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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