Html Css Color HEX #743215 Peru Tan

📋 copy color: '#743215'

red 116 ◦ green 50 ◦ blue 21

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

Shades of Peru Tan #743215

Tints of Peru Tan #743215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 62.03%
G = 26.74%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#743215 (or 0x743215) is known color: Peru Tan. HEX triplet: 74, 32 and 15. RGB value is (116,50,21). Sum of RGB (Red+Green+Blue) = 116+50+21=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743215 is #8BCDEA. Grayscale: #424242. Windows color (decimal): -9162219 or 1389172. OLE color: 1389172.

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

Color convert

RGB 116 50 21 -
CMYK 0 0.57 0.82 0.55
HSL 18.32º 0.69% 0.27% -
HSV(B) 18.32º 0.82% 0.45% -
XYZ 8.48 6.05 1.43 -
YUV 66.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 116 50 21 0 0.57 0.82 0.55 18.32 0.69 0.27
Hex 74 32 15 0 39 52 37 12 45 1B
Octal 164 62 25 0 71 122 67 22 105 33
Binary 1110100 110010 10101 0 111001 1010010 110111 10010 1000101 11011

Color Harmonies of #743215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743215

Black with #743215

Text Example


Text Example

White with #743215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743215; }

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

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

background-color css

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

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

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

border-color css

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

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

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