Html Css Color HEX #743720 Peru Tan

📋 copy color: '#743720'

red 116 ◦ green 55 ◦ blue 32

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

Shades of Peru Tan #743720

Tints of Peru Tan #743720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

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

R = 57.14%
G = 27.09%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743720 (or 0x743720) is known color: Peru Tan. HEX triplet: 74, 37 and 20. RGB value is (116,55,32). Sum of RGB (Red+Green+Blue) = 116+55+32=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743720 is #8BC8DF. Grayscale: #464646. Windows color (decimal): -9160928 or 2111348. OLE color: 2111348.

HSL color Cylindrical-coordinate representation of color #743720: hue angle of 16.43º 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 #743720 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 32 -
CMYK 0 0.53 0.72 0.55
HSL 16.43º 0.57% 0.29% -
HSV(B) 16.43º 0.72% 0.45% -
XYZ 8.83 6.55 2.17 -
YUV 70.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 116 55 32 0 0.53 0.72 0.55 16.43 0.57 0.29
Hex 74 37 20 0 35 48 37 10 39 1D
Octal 164 67 40 0 65 110 67 20 71 35
Binary 1110100 110111 100000 0 110101 1001000 110111 10000 111001 11101

Color Harmonies of #743720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743720

Black with #743720

Text Example


Text Example

White with #743720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743720; }

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

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

background-color css

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

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

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

border-color css

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

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

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