Html Css Color HEX #743A16 Peru Tan

📋 copy color: '#743A16'

red 116 ◦ green 58 ◦ blue 22

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

Shades of Peru Tan #743A16

Tints of Peru Tan #743A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 59.18%
G = 29.59%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#743A16 (or 0x743A16) is known color: Peru Tan. HEX triplet: 74, 3A and 16. RGB value is (116,58,22). Sum of RGB (Red+Green+Blue) = 116+58+22=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #743A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A16 is #8BC5E9. Grayscale: #474747. Windows color (decimal): -9160170 or 1456756. OLE color: 1456756.

HSL color Cylindrical-coordinate representation of color #743A16: hue angle of 22.98º 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 #743A16 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 58 22 -
CMYK 0 0.5 0.81 0.55
HSL 22.98º 0.68% 0.27% -
HSV(B) 22.98º 0.81% 0.45% -
XYZ 8.86 6.8 1.6 -
YUV 71.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 116 58 22 0 0.5 0.81 0.55 22.98 0.68 0.27
Hex 74 3A 16 0 32 51 37 17 44 1B
Octal 164 72 26 0 62 121 67 27 104 33
Binary 1110100 111010 10110 0 110010 1010001 110111 10111 1000100 11011

Color Harmonies of #743A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A16

Black with #743A16

Text Example


Text Example

White with #743A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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