Html Css Color HEX #783010 Peru Tan

📋 copy color: '#783010'

red 120 ◦ green 48 ◦ blue 16

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

Shades of Peru Tan #783010

Tints of Peru Tan #783010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 65.22%
G = 26.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#783010 (or 0x783010) is known color: Peru Tan. HEX triplet: 78, 30 and 10. RGB value is (120,48,16). Sum of RGB (Red+Green+Blue) = 120+48+16=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #783010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783010 is #87CFEF. Grayscale: #424242. Windows color (decimal): -8900592 or 1060984. OLE color: 1060984.

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

Color convert

RGB 120 48 16 -
CMYK 0 0.60 0.87 0.53
HSL 18.46º 0.76% 0.27% -
HSV(B) 18.46º 0.87% 0.47% -
XYZ 8.9 6.14 1.21 -
YUV 65.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 120 48 16 0 0.60 0.87 0.53 18.46 0.76 0.27
Hex 78 30 10 0 3C 57 35 12 4C 1B
Octal 170 60 20 0 74 127 65 22 114 33
Binary 1111000 110000 10000 0 111100 1010111 110101 10010 1001100 11011

Color Harmonies of #783010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783010

Black with #783010

Text Example


Text Example

White with #783010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783010; }

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

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

background-color css

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

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

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

border-color css

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

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

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