Html Css Color HEX #783215 Peru Tan

📋 copy color: '#783215'

red 120 ◦ green 50 ◦ blue 21

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

Shades of Peru Tan #783215

Tints of Peru Tan #783215

RGB

 RED value IS 120 (47.27% from 255) = 62.83%

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

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

R = 62.83%
G = 26.18%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#783215 (or 0x783215) is known color: Peru Tan. HEX triplet: 78, 32 and 15. RGB value is (120,50,21). Sum of RGB (Red+Green+Blue) = 120+50+21=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #783215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783215 is #87CDEA. Grayscale: #434343. Windows color (decimal): -8900075 or 1389176. OLE color: 1389176.

HSL color Cylindrical-coordinate representation of color #783215: hue angle of 17.58º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #783215 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 21 -
CMYK 0 0.58 0.83 0.53
HSL 17.58º 0.7% 0.28% -
HSV(B) 17.58º 0.83% 0.47% -
XYZ 9.02 6.33 1.46 -
YUV 67.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 120 50 21 0 0.58 0.83 0.53 17.58 0.7 0.28
Hex 78 32 15 0 3A 53 35 12 46 1C
Octal 170 62 25 0 72 123 65 22 106 34
Binary 1111000 110010 10101 0 111010 1010011 110101 10010 1000110 11100

Color Harmonies of #783215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783215

Black with #783215

Text Example


Text Example

White with #783215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783215; }

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

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

background-color css

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

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

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

border-color css

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

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

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