Html Css Color HEX #783011 Peru Tan

📋 copy color: '#783011'

red 120 ◦ green 48 ◦ blue 17

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

Shades of Peru Tan #783011

Tints of Peru Tan #783011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 64.86%
G = 25.95%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#783011 (or 0x783011) is known color: Peru Tan. HEX triplet: 78, 30 and 11. RGB value is (120,48,17). Sum of RGB (Red+Green+Blue) = 120+48+17=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #783011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783011 is #87CFEE. Grayscale: #424242. Windows color (decimal): -8900591 or 1126520. OLE color: 1126520.

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

Color convert

RGB 120 48 17 -
CMYK 0 0.60 0.86 0.53
HSL 18.06º 0.75% 0.27% -
HSV(B) 18.06º 0.86% 0.47% -
XYZ 8.9 6.15 1.25 -
YUV 65.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 120 48 17 0 0.60 0.86 0.53 18.06 0.75 0.27
Hex 78 30 11 0 3C 56 35 12 4B 1B
Octal 170 60 21 0 74 126 65 22 113 33
Binary 1111000 110000 10001 0 111100 1010110 110101 10010 1001011 11011

Color Harmonies of #783011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783011

Black with #783011

Text Example


Text Example

White with #783011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783011; }

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

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

background-color css

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

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

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

border-color css

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

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

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