Html Css Color HEX #783216 Peru Tan

📋 copy color: '#783216'

red 120 ◦ green 50 ◦ blue 22

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

Shades of Peru Tan #783216

Tints of Peru Tan #783216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 62.5%
G = 26.04%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#783216 (or 0x783216) is known color: Peru Tan. HEX triplet: 78, 32 and 16. RGB value is (120,50,22). Sum of RGB (Red+Green+Blue) = 120+50+22=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #783216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783216 is #87CDE9. Grayscale: #434343. Windows color (decimal): -8900074 or 1454712. OLE color: 1454712.

HSL color Cylindrical-coordinate representation of color #783216: hue angle of 17.14º degrees, saturation: 0.69, 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 #783216 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 22 -
CMYK 0 0.58 0.82 0.53
HSL 17.14º 0.69% 0.28% -
HSV(B) 17.14º 0.82% 0.47% -
XYZ 9.03 6.33 1.51 -
YUV 67.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 120 50 22 0 0.58 0.82 0.53 17.14 0.69 0.28
Hex 78 32 16 0 3A 52 35 11 45 1C
Octal 170 62 26 0 72 122 65 21 105 34
Binary 1111000 110010 10110 0 111010 1010010 110101 10001 1000101 11100

Color Harmonies of #783216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783216

Black with #783216

Text Example


Text Example

White with #783216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783216; }

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

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

background-color css

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

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

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

border-color css

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

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

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