Html Css Color HEX #783512 Peru Tan

📋 copy color: '#783512'

red 120 ◦ green 53 ◦ blue 18

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

Shades of Peru Tan #783512

Tints of Peru Tan #783512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.75%

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 62.83%
G = 27.75%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#783512 (or 0x783512) is known color: Peru Tan. HEX triplet: 78, 35 and 12. RGB value is (120,53,18). Sum of RGB (Red+Green+Blue) = 120+53+18=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #783512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783512 is #87CAED. Grayscale: #454545. Windows color (decimal): -8899310 or 1193336. OLE color: 1193336.

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

Color convert

RGB 120 53 18 -
CMYK 0 0.56 0.85 0.53
HSL 20.59º 0.74% 0.27% -
HSV(B) 20.59º 0.85% 0.47% -
XYZ 9.13 6.58 1.36 -
YUV 69.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 120 53 18 0 0.56 0.85 0.53 20.59 0.74 0.27
Hex 78 35 12 0 38 55 35 15 4A 1B
Octal 170 65 22 0 70 125 65 25 112 33
Binary 1111000 110101 10010 0 111000 1010101 110101 10101 1001010 11011

Color Harmonies of #783512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783512

Black with #783512

Text Example


Text Example

White with #783512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783512; }

 p { color: rgb(120,53,18); }

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

background-color css

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

 a { background-color: rgb(120,53,18); }

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

border-color css

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

 span { border-color: rgb(120,53,18); }

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