Html Css Color HEX #743610 Peru Tan

📋 copy color: '#743610'

red 116 ◦ green 54 ◦ blue 16

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

Shades of Peru Tan #743610

Tints of Peru Tan #743610

RGB

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

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

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

R = 62.37%
G = 29.03%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743610 (or 0x743610) is known color: Peru Tan. HEX triplet: 74, 36 and 10. RGB value is (116,54,16). Sum of RGB (Red+Green+Blue) = 116+54+16=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #743610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743610 is #8BC9EF. Grayscale: #444444. Windows color (decimal): -9161200 or 1062516. OLE color: 1062516.

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

Color convert

RGB 116 54 16 -
CMYK 0 0.53 0.86 0.55
HSL 22.8º 0.76% 0.26% -
HSV(B) 22.8º 0.86% 0.45% -
XYZ 8.62 6.39 1.27 -
YUV 68.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 116 54 16 0 0.53 0.86 0.55 22.8 0.76 0.26
Hex 74 36 10 0 35 56 37 17 4C 1A
Octal 164 66 20 0 65 126 67 27 114 32
Binary 1110100 110110 10000 0 110101 1010110 110111 10111 1001100 11010

Color Harmonies of #743610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743610

Black with #743610

Text Example


Text Example

White with #743610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743610; }

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

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

background-color css

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

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

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

border-color css

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

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

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