Html Css Color HEX #793002 Peru Tan

📋 copy color: '#793002'

red 121 ◦ green 48 ◦ blue 2

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

Shades of Peru Tan #793002

Tints of Peru Tan #793002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 70.76%
G = 28.07%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#793002 (or 0x793002) is known color: Peru Tan. HEX triplet: 79, 30 and 02. RGB value is (121,48,2). Sum of RGB (Red+Green+Blue) = 121+48+2=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #793002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793002 is #86CFFD. Grayscale: #404040. Windows color (decimal): -8835070 or 143481. OLE color: 143481.

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

Color convert

RGB 121 48 2 -
CMYK 0 0.60 0.98 0.53
HSL 23.19º 0.97% 0.24% -
HSV(B) 23.19º 0.98% 0.47% -
XYZ 8.95 6.18 0.78 -
YUV 64.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 121 48 2 0 0.60 0.98 0.53 23.19 0.97 0.24
Hex 79 30 2 0 3C 62 35 17 61 18
Octal 171 60 2 0 74 142 65 27 141 30
Binary 1111001 110000 10 0 111100 1100010 110101 10111 1100001 11000

Color Harmonies of #793002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793002

Black with #793002

Text Example


Text Example

White with #793002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793002; }

 p { color: rgb(121,48,2); }

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

background-color css

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

 a { background-color: rgb(121,48,2); }

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

border-color css

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

 span { border-color: rgb(121,48,2); }

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