Html Css Color HEX #782F11 Peru Tan

📋 copy color: '#782F11'

red 120 ◦ green 47 ◦ blue 17

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

Shades of Peru Tan #782F11

Tints of Peru Tan #782F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

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

R = 65.22%
G = 25.54%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#782F11 (or 0x782F11) is known color: Peru Tan. HEX triplet: 78, 2F and 11. RGB value is (120,47,17). Sum of RGB (Red+Green+Blue) = 120+47+17=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #782F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F11 is #87D0EE. Grayscale: #414141. Windows color (decimal): -8900847 or 1126264. OLE color: 1126264.

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

Color convert

RGB 120 47 17 -
CMYK 0 0.61 0.86 0.53
HSL 17.48º 0.75% 0.27% -
HSV(B) 17.48º 0.86% 0.47% -
XYZ 8.86 6.07 1.23 -
YUV 65.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 120 47 17 0 0.61 0.86 0.53 17.48 0.75 0.27
Hex 78 2F 11 0 3D 56 35 11 4B 1B
Octal 170 57 21 0 75 126 65 21 113 33
Binary 1111000 101111 10001 0 111101 1010110 110101 10001 1001011 11011

Color Harmonies of #782F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782F11

Black with #782F11

Text Example


Text Example

White with #782F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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