Html Css Color HEX #793B1D Peru Tan

📋 copy color: '#793B1D'

red 121 ◦ green 59 ◦ blue 29

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

Shades of Peru Tan #793B1D

Tints of Peru Tan #793B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.23%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 57.89%
G = 28.23%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#793B1D (or 0x793B1D) is known color: Peru Tan. HEX triplet: 79, 3B and 1D. RGB value is (121,59,29). Sum of RGB (Red+Green+Blue) = 121+59+29=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #793B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B1D is #86C4E2. Grayscale: #4A4A4A. Windows color (decimal): -8832227 or 1915769. OLE color: 1915769.

HSL color Cylindrical-coordinate representation of color #793B1D: hue angle of 19.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #793B1D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 59 29 -
CMYK 0 0.51 0.76 0.53
HSL 19.57º 0.61% 0.29% -
HSV(B) 19.57º 0.76% 0.47% -
XYZ 9.67 7.28 2.06 -
YUV 74.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 121 59 29 0 0.51 0.76 0.53 19.57 0.61 0.29
Hex 79 3B 1D 0 33 4C 35 14 3D 1D
Octal 171 73 35 0 63 114 65 24 75 35
Binary 1111001 111011 11101 0 110011 1001100 110101 10100 111101 11101

Color Harmonies of #793B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793B1D

Black with #793B1D

Text Example


Text Example

White with #793B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793B1D; }

 p { color: rgb(121,59,29); }

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

background-color css

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

 a { background-color: rgb(121,59,29); }

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

border-color css

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

 span { border-color: rgb(121,59,29); }

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