Html Css Color HEX #78331A Peru Tan

📋 copy color: '#78331A'

red 120 ◦ green 51 ◦ blue 26

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

Shades of Peru Tan #78331A

Tints of Peru Tan #78331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 60.91%
G = 25.89%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78331A (or 0x78331A) is known color: Peru Tan. HEX triplet: 78, 33 and 1A. RGB value is (120,51,26). Sum of RGB (Red+Green+Blue) = 120+51+26=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78331A is #87CCE5. Grayscale: #444444. Windows color (decimal): -8899814 or 1717112. OLE color: 1717112.

HSL color Cylindrical-coordinate representation of color #78331A: hue angle of 15.96º 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 #78331A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 26 -
CMYK 0 0.58 0.78 0.53
HSL 15.96º 0.64% 0.29% -
HSV(B) 15.96º 0.78% 0.47% -
XYZ 9.12 6.44 1.74 -
YUV 68.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 120 51 26 0 0.58 0.78 0.53 15.96 0.64 0.29
Hex 78 33 1A 0 3A 4E 35 10 40 1D
Octal 170 63 32 0 72 116 65 20 100 35
Binary 1111000 110011 11010 0 111010 1001110 110101 10000 1000000 11101

Color Harmonies of #78331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78331A

Black with #78331A

Text Example


Text Example

White with #78331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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