Html Css Color HEX #783916 Peru Tan

📋 copy color: '#783916'

red 120 ◦ green 57 ◦ blue 22

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

Shades of Peru Tan #783916

Tints of Peru Tan #783916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.64%

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

R = 60.3%
G = 28.64%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#783916 (or 0x783916) is known color: Peru Tan. HEX triplet: 78, 39 and 16. RGB value is (120,57,22). Sum of RGB (Red+Green+Blue) = 120+57+22=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #783916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783916 is #87C6E9. Grayscale: #484848. Windows color (decimal): -8898282 or 1456504. OLE color: 1456504.

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

Color convert

RGB 120 57 22 -
CMYK 0 0.52 0.82 0.53
HSL 21.43º 0.69% 0.28% -
HSV(B) 21.43º 0.82% 0.47% -
XYZ 9.35 6.98 1.61 -
YUV 71.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 120 57 22 0 0.52 0.82 0.53 21.43 0.69 0.28
Hex 78 39 16 0 34 52 35 15 45 1C
Octal 170 71 26 0 64 122 65 25 105 34
Binary 1111000 111001 10110 0 110100 1010010 110101 10101 1000101 11100

Color Harmonies of #783916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783916

Black with #783916

Text Example


Text Example

White with #783916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783916; }

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

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

background-color css

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

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

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

border-color css

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

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

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