Html Css Color HEX #743D16 Peru Tan

📋 copy color: '#743D16'

red 116 ◦ green 61 ◦ blue 22

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

Shades of Peru Tan #743D16

Tints of Peru Tan #743D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 58.29%
G = 30.65%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#743D16 (or 0x743D16) is known color: Peru Tan. HEX triplet: 74, 3D and 16. RGB value is (116,61,22). Sum of RGB (Red+Green+Blue) = 116+61+22=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #743D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D16 is #8BC2E9. Grayscale: #494949. Windows color (decimal): -9159402 or 1457524. OLE color: 1457524.

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

Color convert

RGB 116 61 22 -
CMYK 0 0.47 0.81 0.55
HSL 24.89º 0.68% 0.27% -
HSV(B) 24.89º 0.81% 0.45% -
XYZ 9.02 7.11 1.66 -
YUV 73 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 116 61 22 0 0.47 0.81 0.55 24.89 0.68 0.27
Hex 74 3D 16 0 2F 51 37 19 44 1B
Octal 164 75 26 0 57 121 67 31 104 33
Binary 1110100 111101 10110 0 101111 1010001 110111 11001 1000100 11011

Color Harmonies of #743D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D16

Black with #743D16

Text Example


Text Example

White with #743D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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