Html Css Color HEX #743319 Peru Tan

📋 copy color: '#743319'

red 116 ◦ green 51 ◦ blue 25

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

Shades of Peru Tan #743319

Tints of Peru Tan #743319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 60.42%
G = 26.56%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#743319 (or 0x743319) is known color: Peru Tan. HEX triplet: 74, 33 and 19. RGB value is (116,51,25). Sum of RGB (Red+Green+Blue) = 116+51+25=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #743319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743319 is #8BCCE6. Grayscale: #434343. Windows color (decimal): -9161959 or 1651572. OLE color: 1651572.

HSL color Cylindrical-coordinate representation of color #743319: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #743319 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 25 -
CMYK 0 0.56 0.78 0.55
HSL 17.14º 0.65% 0.28% -
HSV(B) 17.14º 0.78% 0.45% -
XYZ 8.56 6.15 1.66 -
YUV 67.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 116 51 25 0 0.56 0.78 0.55 17.14 0.65 0.28
Hex 74 33 19 0 38 4E 37 11 41 1C
Octal 164 63 31 0 70 116 67 21 101 34
Binary 1110100 110011 11001 0 111000 1001110 110111 10001 1000001 11100

Color Harmonies of #743319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743319

Black with #743319

Text Example


Text Example

White with #743319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743319; }

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

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

background-color css

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

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

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

border-color css

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

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

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