Html Css Color HEX #743310 Peru Tan

📋 copy color: '#743310'

red 116 ◦ green 51 ◦ blue 16

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

Shades of Peru Tan #743310

Tints of Peru Tan #743310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 63.39%
G = 27.87%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743310 (or 0x743310) is known color: Peru Tan. HEX triplet: 74, 33 and 10. RGB value is (116,51,16). Sum of RGB (Red+Green+Blue) = 116+51+16=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #743310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743310 is #8BCCEF. Grayscale: #424242. Windows color (decimal): -9161968 or 1061748. OLE color: 1061748.

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

Color convert

RGB 116 51 16 -
CMYK 0 0.56 0.86 0.55
HSL 21º 0.76% 0.26% -
HSV(B) 21º 0.86% 0.45% -
XYZ 8.48 6.12 1.22 -
YUV 66.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 116 51 16 0 0.56 0.86 0.55 21 0.76 0.26
Hex 74 33 10 0 38 56 37 15 4C 1A
Octal 164 63 20 0 70 126 67 25 114 32
Binary 1110100 110011 10000 0 111000 1010110 110111 10101 1001100 11010

Color Harmonies of #743310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743310

Black with #743310

Text Example


Text Example

White with #743310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743310; }

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

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

background-color css

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

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

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

border-color css

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

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

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