Html Css Color HEX #79381A Peru Tan

📋 copy color: '#79381A'

red 121 ◦ green 56 ◦ blue 26

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

Shades of Peru Tan #79381A

Tints of Peru Tan #79381A

RGB

 RED value IS 121 (47.66% from 255) = 59.61%

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 59.61%
G = 27.59%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79381A (or 0x79381A) is known color: Peru Tan. HEX triplet: 79, 38 and 1A. RGB value is (121,56,26). Sum of RGB (Red+Green+Blue) = 121+56+26=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #79381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79381A is #86C7E5. Grayscale: #484848. Windows color (decimal): -8832998 or 1718393. OLE color: 1718393.

HSL color Cylindrical-coordinate representation of color #79381A: hue angle of 18.95º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79381A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 56 26 -
CMYK 0 0.54 0.79 0.53
HSL 18.95º 0.65% 0.29% -
HSV(B) 18.95º 0.79% 0.47% -
XYZ 9.49 6.97 1.82 -
YUV 72.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 121 56 26 0 0.54 0.79 0.53 18.95 0.65 0.29
Hex 79 38 1A 0 36 4F 35 13 41 1D
Octal 171 70 32 0 66 117 65 23 101 35
Binary 1111001 111000 11010 0 110110 1001111 110101 10011 1000001 11101

Color Harmonies of #79381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79381A

Black with #79381A

Text Example


Text Example

White with #79381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,56,26); }

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

background-color css

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

 a { background-color: rgb(121,56,26); }

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

border-color css

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

 span { border-color: rgb(121,56,26); }

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