Html Css Color HEX #783111 Peru Tan

📋 copy color: '#783111'

red 120 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #783111

Tints of Peru Tan #783111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 64.52%
G = 26.34%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#783111 (or 0x783111) is known color: Peru Tan. HEX triplet: 78, 31 and 11. RGB value is (120,49,17). Sum of RGB (Red+Green+Blue) = 120+49+17=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #783111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783111 is #87CEEE. Grayscale: #424242. Windows color (decimal): -8900335 or 1126776. OLE color: 1126776.

HSL color Cylindrical-coordinate representation of color #783111: hue angle of 18.64º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #783111 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 17 -
CMYK 0 0.59 0.86 0.53
HSL 18.64º 0.75% 0.27% -
HSV(B) 18.64º 0.86% 0.47% -
XYZ 8.95 6.23 1.26 -
YUV 66.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 120 49 17 0 0.59 0.86 0.53 18.64 0.75 0.27
Hex 78 31 11 0 3B 56 35 13 4B 1B
Octal 170 61 21 0 73 126 65 23 113 33
Binary 1111000 110001 10001 0 111011 1010110 110101 10011 1001011 11011

Color Harmonies of #783111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783111

Black with #783111

Text Example


Text Example

White with #783111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783111; }

 p { color: rgb(120,49,17); }

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

background-color css

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

 a { background-color: rgb(120,49,17); }

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

border-color css

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

 span { border-color: rgb(120,49,17); }

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