Html Css Color HEX #743D20 Peru Tan

📋 copy color: '#743D20'

red 116 ◦ green 61 ◦ blue 32

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

Shades of Peru Tan #743D20

Tints of Peru Tan #743D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 55.5%
G = 29.19%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743D20 (or 0x743D20) is known color: Peru Tan. HEX triplet: 74, 3D and 20. RGB value is (116,61,32). Sum of RGB (Red+Green+Blue) = 116+61+32=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #743D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D20 is #8BC2DF. Grayscale: #4A4A4A. Windows color (decimal): -9159392 or 2112884. OLE color: 2112884.

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

Color convert

RGB 116 61 32 -
CMYK 0 0.47 0.72 0.55
HSL 20.71º 0.57% 0.29% -
HSV(B) 20.71º 0.72% 0.45% -
XYZ 9.13 7.15 2.27 -
YUV 74.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 116 61 32 0 0.47 0.72 0.55 20.71 0.57 0.29
Hex 74 3D 20 0 2F 48 37 15 39 1D
Octal 164 75 40 0 57 110 67 25 71 35
Binary 1110100 111101 100000 0 101111 1001000 110111 10101 111001 11101

Color Harmonies of #743D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D20

Black with #743D20

Text Example


Text Example

White with #743D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,32); }

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

background-color css

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

 a { background-color: rgb(116,61,32); }

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

border-color css

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

 span { border-color: rgb(116,61,32); }

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