Html Css Color HEX #793107 Peru Tan

📋 copy color: '#793107'

red 121 ◦ green 49 ◦ blue 7

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

Shades of Peru Tan #793107

Tints of Peru Tan #793107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 68.36%
G = 27.68%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#793107 (or 0x793107) is known color: Peru Tan. HEX triplet: 79, 31 and 07. RGB value is (121,49,7). Sum of RGB (Red+Green+Blue) = 121+49+7=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #793107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793107 is #86CEF8. Grayscale: #414141. Windows color (decimal): -8834809 or 471417. OLE color: 471417.

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

Color convert

RGB 121 49 7 -
CMYK 0 0.60 0.94 0.53
HSL 22.11º 0.89% 0.25% -
HSV(B) 22.11º 0.94% 0.47% -
XYZ 9.02 6.28 0.94 -
YUV 65.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 121 49 7 0 0.60 0.94 0.53 22.11 0.89 0.25
Hex 79 31 7 0 3C 5E 35 16 59 19
Octal 171 61 7 0 74 136 65 26 131 31
Binary 1111001 110001 111 0 111100 1011110 110101 10110 1011001 11001

Color Harmonies of #793107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793107

Black with #793107

Text Example


Text Example

White with #793107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793107; }

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

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

background-color css

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

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

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

border-color css

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

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

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