Html Css Color HEX #783015 Peru Tan

📋 copy color: '#783015'

red 120 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #783015

Tints of Peru Tan #783015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 63.49%
G = 25.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#783015 (or 0x783015) is known color: Peru Tan. HEX triplet: 78, 30 and 15. RGB value is (120,48,21). Sum of RGB (Red+Green+Blue) = 120+48+21=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #783015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783015 is #87CFEA. Grayscale: #424242. Windows color (decimal): -8900587 or 1388664. OLE color: 1388664.

HSL color Cylindrical-coordinate representation of color #783015: hue angle of 16.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #783015 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 21 -
CMYK 0 0.60 0.83 0.53
HSL 16.36º 0.7% 0.28% -
HSV(B) 16.36º 0.83% 0.47% -
XYZ 8.94 6.16 1.43 -
YUV 66.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 120 48 21 0 0.60 0.83 0.53 16.36 0.7 0.28
Hex 78 30 15 0 3C 53 35 10 46 1C
Octal 170 60 25 0 74 123 65 20 106 34
Binary 1111000 110000 10101 0 111100 1010011 110101 10000 1000110 11100

Color Harmonies of #783015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783015

Black with #783015

Text Example


Text Example

White with #783015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783015; }

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

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

background-color css

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

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

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

border-color css

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

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

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