Html Css Color HEX #783610 Peru Tan

📋 copy color: '#783610'

red 120 ◦ green 54 ◦ blue 16

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

Shades of Peru Tan #783610

Tints of Peru Tan #783610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 63.16%
G = 28.42%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#783610 (or 0x783610) is known color: Peru Tan. HEX triplet: 78, 36 and 10. RGB value is (120,54,16). Sum of RGB (Red+Green+Blue) = 120+54+16=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #783610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783610 is #87C9EF. Grayscale: #454545. Windows color (decimal): -8899056 or 1062520. OLE color: 1062520.

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

Color convert

RGB 120 54 16 -
CMYK 0 0.55 0.87 0.53
HSL 21.92º 0.76% 0.27% -
HSV(B) 21.92º 0.87% 0.47% -
XYZ 9.16 6.67 1.29 -
YUV 69.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 120 54 16 0 0.55 0.87 0.53 21.92 0.76 0.27
Hex 78 36 10 0 37 57 35 16 4C 1B
Octal 170 66 20 0 67 127 65 26 114 33
Binary 1111000 110110 10000 0 110111 1010111 110101 10110 1001100 11011

Color Harmonies of #783610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783610

Black with #783610

Text Example


Text Example

White with #783610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783610; }

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

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

background-color css

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

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

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

border-color css

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

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

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