Html Css Color HEX #783412 Peru Tan

📋 copy color: '#783412'

red 120 ◦ green 52 ◦ blue 18

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

Shades of Peru Tan #783412

Tints of Peru Tan #783412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

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

R = 63.16%
G = 27.37%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#783412 (or 0x783412) is known color: Peru Tan. HEX triplet: 78, 34 and 12. RGB value is (120,52,18). Sum of RGB (Red+Green+Blue) = 120+52+18=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #783412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783412 is #87CBED. Grayscale: #444444. Windows color (decimal): -8899566 or 1193080. OLE color: 1193080.

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

Color convert

RGB 120 52 18 -
CMYK 0 0.57 0.85 0.53
HSL 20º 0.74% 0.27% -
HSV(B) 20º 0.85% 0.47% -
XYZ 9.08 6.49 1.35 -
YUV 68.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 120 52 18 0 0.57 0.85 0.53 20 0.74 0.27
Hex 78 34 12 0 39 55 35 14 4A 1B
Octal 170 64 22 0 71 125 65 24 112 33
Binary 1111000 110100 10010 0 111001 1010101 110101 10100 1001010 11011

Color Harmonies of #783412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783412

Black with #783412

Text Example


Text Example

White with #783412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783412; }

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

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

background-color css

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

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

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

border-color css

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

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

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