Html Css Color HEX #783B1A Peru Tan

📋 copy color: '#783B1A'

red 120 ◦ green 59 ◦ blue 26

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

Shades of Peru Tan #783B1A

Tints of Peru Tan #783B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 58.54%
G = 28.78%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#783B1A (or 0x783B1A) is known color: Peru Tan. HEX triplet: 78, 3B and 1A. RGB value is (120,59,26). Sum of RGB (Red+Green+Blue) = 120+59+26=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #783B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B1A is #87C4E5. Grayscale: #494949. Windows color (decimal): -8897766 or 1719160. OLE color: 1719160.

HSL color Cylindrical-coordinate representation of color #783B1A: hue angle of 21.06º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #783B1A is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 59 26 -
CMYK 0 0.51 0.78 0.53
HSL 21.06º 0.64% 0.29% -
HSV(B) 21.06º 0.78% 0.47% -
XYZ 9.5 7.2 1.87 -
YUV 73.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 120 59 26 0 0.51 0.78 0.53 21.06 0.64 0.29
Hex 78 3B 1A 0 33 4E 35 15 40 1D
Octal 170 73 32 0 63 116 65 25 100 35
Binary 1111000 111011 11010 0 110011 1001110 110101 10101 1000000 11101

Color Harmonies of #783B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783B1A

Black with #783B1A

Text Example


Text Example

White with #783B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,59,26); }

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

background-color css

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

 a { background-color: rgb(120,59,26); }

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

border-color css

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

 span { border-color: rgb(120,59,26); }

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