Html Css Color HEX #793C1C Peru Tan

📋 copy color: '#793C1C'

red 121 ◦ green 60 ◦ blue 28

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

Shades of Peru Tan #793C1C

Tints of Peru Tan #793C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 57.89%
G = 28.71%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#793C1C (or 0x793C1C) is known color: Peru Tan. HEX triplet: 79, 3C and 1C. RGB value is (121,60,28). Sum of RGB (Red+Green+Blue) = 121+60+28=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #793C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C1C is #86C3E3. Grayscale: #4A4A4A. Windows color (decimal): -8831972 or 1850489. OLE color: 1850489.

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

Color convert

RGB 121 60 28 -
CMYK 0 0.50 0.77 0.53
HSL 20.65º 0.62% 0.29% -
HSV(B) 20.65º 0.77% 0.47% -
XYZ 9.71 7.38 2.01 -
YUV 74.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 121 60 28 0 0.50 0.77 0.53 20.65 0.62 0.29
Hex 79 3C 1C 0 32 4D 35 15 3E 1D
Octal 171 74 34 0 62 115 65 25 76 35
Binary 1111001 111100 11100 0 110010 1001101 110101 10101 111110 11101

Color Harmonies of #793C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C1C

Black with #793C1C

Text Example


Text Example

White with #793C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,60,28); }

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

background-color css

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

 a { background-color: rgb(121,60,28); }

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

border-color css

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

 span { border-color: rgb(121,60,28); }

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