Html Css Color HEX #793A12 Peru Tan

📋 copy color: '#793A12'

red 121 ◦ green 58 ◦ blue 18

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

Shades of Peru Tan #793A12

Tints of Peru Tan #793A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 61.42%
G = 29.44%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#793A12 (or 0x793A12) is known color: Peru Tan. HEX triplet: 79, 3A and 12. RGB value is (121,58,18). Sum of RGB (Red+Green+Blue) = 121+58+18=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #793A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793A12 is #86C5ED. Grayscale: #484848. Windows color (decimal): -8832494 or 1194617. OLE color: 1194617.

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

Color convert

RGB 121 58 18 -
CMYK 0 0.52 0.85 0.53
HSL 23.3º 0.74% 0.27% -
HSV(B) 23.3º 0.85% 0.47% -
XYZ 9.51 7.13 1.45 -
YUV 72.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 121 58 18 0 0.52 0.85 0.53 23.3 0.74 0.27
Hex 79 3A 12 0 34 55 35 17 4A 1B
Octal 171 72 22 0 64 125 65 27 112 33
Binary 1111001 111010 10010 0 110100 1010101 110101 10111 1001010 11011

Color Harmonies of #793A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793A12

Black with #793A12

Text Example


Text Example

White with #793A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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