Html Css Color HEX #743F16 Peru Tan

📋 copy color: '#743F16'

red 116 ◦ green 63 ◦ blue 22

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

Shades of Peru Tan #743F16

Tints of Peru Tan #743F16

RGB

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

 GREEN value IS 63 (25% from 255) = 31.34%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 57.71%
G = 31.34%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#743F16 (or 0x743F16) is known color: Peru Tan. HEX triplet: 74, 3F and 16. RGB value is (116,63,22). Sum of RGB (Red+Green+Blue) = 116+63+22=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #743F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F16 is #8BC0E9. Grayscale: #4A4A4A. Windows color (decimal): -9158890 or 1458036. OLE color: 1458036.

HSL color Cylindrical-coordinate representation of color #743F16: hue angle of 26.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #743F16 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 63 22 -
CMYK 0 0.46 0.81 0.55
HSL 26.17º 0.68% 0.27% -
HSV(B) 26.17º 0.81% 0.45% -
XYZ 9.12 7.33 1.69 -
YUV 74.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 116 63 22 0 0.46 0.81 0.55 26.17 0.68 0.27
Hex 74 3F 16 0 2E 51 37 1A 44 1B
Octal 164 77 26 0 56 121 67 32 104 33
Binary 1110100 111111 10110 0 101110 1010001 110111 11010 1000100 11011

Color Harmonies of #743F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F16

Black with #743F16

Text Example


Text Example

White with #743F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,22); }

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

background-color css

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

 a { background-color: rgb(116,63,22); }

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

border-color css

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

 span { border-color: rgb(116,63,22); }

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