Html Css Color HEX #743616 Peru Tan

📋 copy color: '#743616'

red 116 ◦ green 54 ◦ blue 22

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

Shades of Peru Tan #743616

Tints of Peru Tan #743616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

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

R = 60.42%
G = 28.13%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#743616 (or 0x743616) is known color: Peru Tan. HEX triplet: 74, 36 and 16. RGB value is (116,54,22). Sum of RGB (Red+Green+Blue) = 116+54+22=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #743616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743616 is #8BC9E9. Grayscale: #454545. Windows color (decimal): -9161194 or 1455732. OLE color: 1455732.

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

Color convert

RGB 116 54 22 -
CMYK 0 0.53 0.81 0.55
HSL 20.43º 0.68% 0.27% -
HSV(B) 20.43º 0.81% 0.45% -
XYZ 8.67 6.41 1.54 -
YUV 68.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 116 54 22 0 0.53 0.81 0.55 20.43 0.68 0.27
Hex 74 36 16 0 35 51 37 14 44 1B
Octal 164 66 26 0 65 121 67 24 104 33
Binary 1110100 110110 10110 0 110101 1010001 110111 10100 1000100 11011

Color Harmonies of #743616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743616

Black with #743616

Text Example


Text Example

White with #743616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743616; }

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

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

background-color css

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

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

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

border-color css

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

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

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