Html Css Color HEX #743315 Peru Tan

📋 copy color: '#743315'

red 116 ◦ green 51 ◦ blue 21

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

Shades of Peru Tan #743315

Tints of Peru Tan #743315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 61.7%
G = 27.13%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#743315 (or 0x743315) is known color: Peru Tan. HEX triplet: 74, 33 and 15. RGB value is (116,51,21). Sum of RGB (Red+Green+Blue) = 116+51+21=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #743315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743315 is #8BCCEA. Grayscale: #434343. Windows color (decimal): -9161963 or 1389428. OLE color: 1389428.

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

Color convert

RGB 116 51 21 -
CMYK 0 0.56 0.82 0.55
HSL 18.95º 0.69% 0.27% -
HSV(B) 18.95º 0.82% 0.45% -
XYZ 8.52 6.13 1.44 -
YUV 67.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 116 51 21 0 0.56 0.82 0.55 18.95 0.69 0.27
Hex 74 33 15 0 38 52 37 13 45 1B
Octal 164 63 25 0 70 122 67 23 105 33
Binary 1110100 110011 10101 0 111000 1010010 110111 10011 1000101 11011

Color Harmonies of #743315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743315

Black with #743315

Text Example


Text Example

White with #743315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743315; }

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

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

background-color css

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

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

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

border-color css

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

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

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