Html Css Color HEX #783413 Peru Tan

📋 copy color: '#783413'

red 120 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #783413

Tints of Peru Tan #783413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 62.83%
G = 27.23%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#783413 (or 0x783413) is known color: Peru Tan. HEX triplet: 78, 34 and 13. RGB value is (120,52,19). Sum of RGB (Red+Green+Blue) = 120+52+19=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #783413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783413 is #87CBEC. Grayscale: #444444. Windows color (decimal): -8899565 or 1258616. OLE color: 1258616.

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

Color convert

RGB 120 52 19 -
CMYK 0 0.57 0.84 0.53
HSL 19.6º 0.73% 0.27% -
HSV(B) 19.6º 0.84% 0.47% -
XYZ 9.09 6.5 1.39 -
YUV 68.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 120 52 19 0 0.57 0.84 0.53 19.6 0.73 0.27
Hex 78 34 13 0 39 54 35 14 49 1B
Octal 170 64 23 0 71 124 65 24 111 33
Binary 1111000 110100 10011 0 111001 1010100 110101 10100 1001001 11011

Color Harmonies of #783413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783413

Black with #783413

Text Example


Text Example

White with #783413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783413; }

 p { color: rgb(120,52,19); }

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

background-color css

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

 a { background-color: rgb(120,52,19); }

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

border-color css

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

 span { border-color: rgb(120,52,19); }

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