Html Css Color HEX #793104 Peru Tan

📋 copy color: '#793104'

red 121 ◦ green 49 ◦ blue 4

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

Shades of Peru Tan #793104

Tints of Peru Tan #793104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 69.54%
G = 28.16%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#793104 (or 0x793104) is known color: Peru Tan. HEX triplet: 79, 31 and 04. RGB value is (121,49,4). Sum of RGB (Red+Green+Blue) = 121+49+4=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #793104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793104 is #86CEFB. Grayscale: #414141. Windows color (decimal): -8834812 or 274809. OLE color: 274809.

HSL color Cylindrical-coordinate representation of color #793104: hue angle of 23.08º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #793104 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 49 4 -
CMYK 0 0.60 0.97 0.53
HSL 23.08º 0.94% 0.25% -
HSV(B) 23.08º 0.97% 0.47% -
XYZ 9.01 6.27 0.85 -
YUV 65.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 121 49 4 0 0.60 0.97 0.53 23.08 0.94 0.25
Hex 79 31 4 0 3C 61 35 17 5E 19
Octal 171 61 4 0 74 141 65 27 136 31
Binary 1111001 110001 100 0 111100 1100001 110101 10111 1011110 11001

Color Harmonies of #793104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793104

Black with #793104

Text Example


Text Example

White with #793104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793104; }

 p { color: rgb(121,49,4); }

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

background-color css

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

 a { background-color: rgb(121,49,4); }

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

border-color css

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

 span { border-color: rgb(121,49,4); }

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