Html Css Color HEX #783313 Peru Tan

📋 copy color: '#783313'

red 120 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #783313

Tints of Peru Tan #783313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

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

R = 63.16%
G = 26.84%
B = 10%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#783313 (or 0x783313) is known color: Peru Tan. HEX triplet: 78, 33 and 13. RGB value is (120,51,19). Sum of RGB (Red+Green+Blue) = 120+51+19=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #783313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783313 is #87CCEC. Grayscale: #444444. Windows color (decimal): -8899821 or 1258360. OLE color: 1258360.

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

Color convert

RGB 120 51 19 -
CMYK 0 0.58 0.84 0.53
HSL 19.01º 0.73% 0.27% -
HSV(B) 19.01º 0.84% 0.47% -
XYZ 9.05 6.41 1.38 -
YUV 67.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 120 51 19 0 0.58 0.84 0.53 19.01 0.73 0.27
Hex 78 33 13 0 3A 54 35 13 49 1B
Octal 170 63 23 0 72 124 65 23 111 33
Binary 1111000 110011 10011 0 111010 1010100 110101 10011 1001001 11011

Color Harmonies of #783313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783313

Black with #783313

Text Example


Text Example

White with #783313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783313; }

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

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

background-color css

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

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

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

border-color css

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

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

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