Html Css Color HEX #743510 Peru Tan

📋 copy color: '#743510'

red 116 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #743510

Tints of Peru Tan #743510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 62.7%
G = 28.65%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743510 (or 0x743510) is known color: Peru Tan. HEX triplet: 74, 35 and 10. RGB value is (116,53,16). Sum of RGB (Red+Green+Blue) = 116+53+16=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #743510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743510 is #8BCAEF. Grayscale: #434343. Windows color (decimal): -9161456 or 1062260. OLE color: 1062260.

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

Color convert

RGB 116 53 16 -
CMYK 0 0.54 0.86 0.55
HSL 22.2º 0.76% 0.26% -
HSV(B) 22.2º 0.86% 0.45% -
XYZ 8.57 6.3 1.25 -
YUV 67.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 116 53 16 0 0.54 0.86 0.55 22.2 0.76 0.26
Hex 74 35 10 0 36 56 37 16 4C 1A
Octal 164 65 20 0 66 126 67 26 114 32
Binary 1110100 110101 10000 0 110110 1010110 110111 10110 1001100 11010

Color Harmonies of #743510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743510

Black with #743510

Text Example


Text Example

White with #743510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743510; }

 p { color: rgb(116,53,16); }

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

background-color css

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

 a { background-color: rgb(116,53,16); }

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

border-color css

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

 span { border-color: rgb(116,53,16); }

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