Html Css Color HEX #733215 Peru Tan

📋 copy color: '#733215'

red 115 ◦ green 50 ◦ blue 21

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

Shades of Peru Tan #733215

Tints of Peru Tan #733215

RGB

 RED value IS 115 (45.31% from 255) = 61.83%

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

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

R = 61.83%
G = 26.88%
B = 11.29%

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

#733215 (or 0x733215) is known color: Peru Tan. HEX triplet: 73, 32 and 15. RGB value is (115,50,21). Sum of RGB (Red+Green+Blue) = 115+50+21=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #733215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733215 is #8CCDEA. Grayscale: #424242. Windows color (decimal): -9227755 or 1389171. OLE color: 1389171.

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

Color convert

RGB 115 50 21 -
CMYK 0 0.57 0.82 0.55
HSL 18.51º 0.69% 0.27% -
HSV(B) 18.51º 0.82% 0.45% -
XYZ 8.35 5.98 1.42 -
YUV 66.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 115 50 21 0 0.57 0.82 0.55 18.51 0.69 0.27
Hex 73 32 15 0 39 52 37 13 45 1B
Octal 163 62 25 0 71 122 67 23 105 33
Binary 1110011 110010 10101 0 111001 1010010 110111 10011 1000101 11011

Color Harmonies of #733215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733215

Black with #733215

Text Example


Text Example

White with #733215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733215; }

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

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

background-color css

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

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

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

border-color css

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

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

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