Html Css Color HEX #793418 Peru Tan

📋 copy color: '#793418'

red 121 ◦ green 52 ◦ blue 24

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

Shades of Peru Tan #793418

Tints of Peru Tan #793418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 61.42%
G = 26.4%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#793418 (or 0x793418) is known color: Peru Tan. HEX triplet: 79, 34 and 18. RGB value is (121,52,24). Sum of RGB (Red+Green+Blue) = 121+52+24=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #793418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793418 is #86CBE7. Grayscale: #454545. Windows color (decimal): -8834024 or 1586297. OLE color: 1586297.

HSL color Cylindrical-coordinate representation of color #793418: hue angle of 17.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #793418 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 24 -
CMYK 0 0.57 0.80 0.53
HSL 17.32º 0.67% 0.28% -
HSV(B) 17.32º 0.8% 0.47% -
XYZ 9.28 6.59 1.65 -
YUV 69.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 121 52 24 0 0.57 0.80 0.53 17.32 0.67 0.28
Hex 79 34 18 0 39 50 35 11 43 1C
Octal 171 64 30 0 71 120 65 21 103 34
Binary 1111001 110100 11000 0 111001 1010000 110101 10001 1000011 11100

Color Harmonies of #793418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793418

Black with #793418

Text Example


Text Example

White with #793418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793418; }

 p { color: rgb(121,52,24); }

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

background-color css

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

 a { background-color: rgb(121,52,24); }

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

border-color css

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

 span { border-color: rgb(121,52,24); }

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