Html Css Color HEX #783C12 Peru Tan

📋 copy color: '#783C12'

red 120 ◦ green 60 ◦ blue 18

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

Shades of Peru Tan #783C12

Tints of Peru Tan #783C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 60.61%
G = 30.3%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#783C12 (or 0x783C12) is known color: Peru Tan. HEX triplet: 78, 3C and 12. RGB value is (120,60,18). Sum of RGB (Red+Green+Blue) = 120+60+18=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #783C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783C12 is #87C3ED. Grayscale: #494949. Windows color (decimal): -8897518 or 1195128. OLE color: 1195128.

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

Color convert

RGB 120 60 18 -
CMYK 0 0.5 0.85 0.53
HSL 24.71º 0.74% 0.27% -
HSV(B) 24.71º 0.85% 0.47% -
XYZ 9.47 7.27 1.48 -
YUV 73.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 120 60 18 0 0.5 0.85 0.53 24.71 0.74 0.27
Hex 78 3C 12 0 32 55 35 19 4A 1B
Octal 170 74 22 0 62 125 65 31 112 33
Binary 1111000 111100 10010 0 110010 1010101 110101 11001 1001010 11011

Color Harmonies of #783C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C12

Black with #783C12

Text Example


Text Example

White with #783C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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