Html Css Color HEX #783A11 Peru Tan

📋 copy color: '#783A11'

red 120 ◦ green 58 ◦ blue 17

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

Shades of Peru Tan #783A11

Tints of Peru Tan #783A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

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

R = 61.54%
G = 29.74%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#783A11 (or 0x783A11) is known color: Peru Tan. HEX triplet: 78, 3A and 11. RGB value is (120,58,17). Sum of RGB (Red+Green+Blue) = 120+58+17=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #783A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A11 is #87C5EE. Grayscale: #484848. Windows color (decimal): -8898031 or 1129080. OLE color: 1129080.

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

Color convert

RGB 120 58 17 -
CMYK 0 0.52 0.86 0.53
HSL 23.88º 0.75% 0.27% -
HSV(B) 23.88º 0.86% 0.47% -
XYZ 9.36 7.06 1.4 -
YUV 71.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 120 58 17 0 0.52 0.86 0.53 23.88 0.75 0.27
Hex 78 3A 11 0 34 56 35 18 4B 1B
Octal 170 72 21 0 64 126 65 30 113 33
Binary 1111000 111010 10001 0 110100 1010110 110101 11000 1001011 11011

Color Harmonies of #783A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A11

Black with #783A11

Text Example


Text Example

White with #783A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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