Html Css Color HEX #782C12 Peru Tan

📋 copy color: '#782C12'

red 120 ◦ green 44 ◦ blue 18

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

Shades of Peru Tan #782C12

Tints of Peru Tan #782C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

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

R = 65.93%
G = 24.18%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#782C12 (or 0x782C12) is known color: Peru Tan. HEX triplet: 78, 2C and 12. RGB value is (120,44,18). Sum of RGB (Red+Green+Blue) = 120+44+18=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C12 is #87D3ED. Grayscale: #3F3F3F. Windows color (decimal): -8901614 or 1191032. OLE color: 1191032.

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

Color convert

RGB 120 44 18 -
CMYK 0 0.63 0.85 0.53
HSL 15.29º 0.74% 0.27% -
HSV(B) 15.29º 0.85% 0.47% -
XYZ 8.76 5.84 1.24 -
YUV 63.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 120 44 18 0 0.63 0.85 0.53 15.29 0.74 0.27
Hex 78 2C 12 0 3F 55 35 F 4A 1B
Octal 170 54 22 0 77 125 65 17 112 33
Binary 1111000 101100 10010 0 111111 1010101 110101 1111 1001010 11011

Color Harmonies of #782C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C12

Black with #782C12

Text Example


Text Example

White with #782C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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