Html Css Color HEX #743920 Peru Tan

📋 copy color: '#743920'

red 116 ◦ green 57 ◦ blue 32

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

Shades of Peru Tan #743920

Tints of Peru Tan #743920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 56.59%
G = 27.8%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743920 (or 0x743920) is known color: Peru Tan. HEX triplet: 74, 39 and 20. RGB value is (116,57,32). Sum of RGB (Red+Green+Blue) = 116+57+32=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743920 is #8BC6DF. Grayscale: #474747. Windows color (decimal): -9160416 or 2111860. OLE color: 2111860.

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

Color convert

RGB 116 57 32 -
CMYK 0 0.51 0.72 0.55
HSL 17.86º 0.57% 0.29% -
HSV(B) 17.86º 0.72% 0.45% -
XYZ 8.93 6.74 2.2 -
YUV 71.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 116 57 32 0 0.51 0.72 0.55 17.86 0.57 0.29
Hex 74 39 20 0 33 48 37 12 39 1D
Octal 164 71 40 0 63 110 67 22 71 35
Binary 1110100 111001 100000 0 110011 1001000 110111 10010 111001 11101

Color Harmonies of #743920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743920

Black with #743920

Text Example


Text Example

White with #743920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743920; }

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

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

background-color css

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

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

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

border-color css

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

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

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