Html Css Color HEX #793B13 Peru Tan

📋 copy color: '#793B13'

red 121 ◦ green 59 ◦ blue 19

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

Shades of Peru Tan #793B13

Tints of Peru Tan #793B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 60.8%
G = 29.65%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#793B13 (or 0x793B13) is known color: Peru Tan. HEX triplet: 79, 3B and 13. RGB value is (121,59,19). Sum of RGB (Red+Green+Blue) = 121+59+19=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #793B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793B13 is #86C4EC. Grayscale: #494949. Windows color (decimal): -8832237 or 1260409. OLE color: 1260409.

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

Color convert

RGB 121 59 19 -
CMYK 0 0.51 0.84 0.53
HSL 23.53º 0.73% 0.27% -
HSV(B) 23.53º 0.84% 0.47% -
XYZ 9.57 7.24 1.51 -
YUV 72.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 121 59 19 0 0.51 0.84 0.53 23.53 0.73 0.27
Hex 79 3B 13 0 33 54 35 18 49 1B
Octal 171 73 23 0 63 124 65 30 111 33
Binary 1111001 111011 10011 0 110011 1010100 110101 11000 1001001 11011

Color Harmonies of #793B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793B13

Black with #793B13

Text Example


Text Example

White with #793B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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