Html Css Color HEX #743311 Peru Tan

📋 copy color: '#743311'

red 116 ◦ green 51 ◦ blue 17

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

Shades of Peru Tan #743311

Tints of Peru Tan #743311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.72%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 63.04%
G = 27.72%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#743311 (or 0x743311) is known color: Peru Tan. HEX triplet: 74, 33 and 11. RGB value is (116,51,17). Sum of RGB (Red+Green+Blue) = 116+51+17=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #743311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743311 is #8BCCEE. Grayscale: #424242. Windows color (decimal): -9161967 or 1127284. OLE color: 1127284.

HSL color Cylindrical-coordinate representation of color #743311: hue angle of 20.61º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #743311 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 17 -
CMYK 0 0.56 0.85 0.55
HSL 20.61º 0.74% 0.26% -
HSV(B) 20.61º 0.85% 0.45% -
XYZ 8.49 6.12 1.26 -
YUV 66.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 116 51 17 0 0.56 0.85 0.55 20.61 0.74 0.26
Hex 74 33 11 0 38 55 37 15 4A 1A
Octal 164 63 21 0 70 125 67 25 112 32
Binary 1110100 110011 10001 0 111000 1010101 110111 10101 1001010 11010

Color Harmonies of #743311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743311

Black with #743311

Text Example


Text Example

White with #743311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743311; }

 p { color: rgb(116,51,17); }

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

background-color css

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

 a { background-color: rgb(116,51,17); }

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

border-color css

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

 span { border-color: rgb(116,51,17); }

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