Html Css Color HEX #793A1B Peru Tan

📋 copy color: '#793A1B'

red 121 ◦ green 58 ◦ blue 27

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

Shades of Peru Tan #793A1B

Tints of Peru Tan #793A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 58.74%
G = 28.16%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#793A1B (or 0x793A1B) is known color: Peru Tan. HEX triplet: 79, 3A and 1B. RGB value is (121,58,27). Sum of RGB (Red+Green+Blue) = 121+58+27=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #793A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A1B is #86C5E4. Grayscale: #494949. Windows color (decimal): -8832485 or 1784441. OLE color: 1784441.

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

Color convert

RGB 121 58 27 -
CMYK 0 0.52 0.78 0.53
HSL 19.79º 0.64% 0.29% -
HSV(B) 19.79º 0.78% 0.47% -
XYZ 9.6 7.17 1.92 -
YUV 73.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 121 58 27 0 0.52 0.78 0.53 19.79 0.64 0.29
Hex 79 3A 1B 0 34 4E 35 14 40 1D
Octal 171 72 33 0 64 116 65 24 100 35
Binary 1111001 111010 11011 0 110100 1001110 110101 10100 1000000 11101

Color Harmonies of #793A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793A1B

Black with #793A1B

Text Example


Text Example

White with #793A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,58,27); }

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

background-color css

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

 a { background-color: rgb(121,58,27); }

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

border-color css

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

 span { border-color: rgb(121,58,27); }

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