Html Css Color HEX #733219 Peru Tan

📋 copy color: '#733219'

red 115 ◦ green 50 ◦ blue 25

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

Shades of Peru Tan #733219

Tints of Peru Tan #733219

RGB

 RED value IS 115 (45.31% from 255) = 60.53%

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 60.53%
G = 26.32%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#733219 (or 0x733219) is known color: Peru Tan. HEX triplet: 73, 32 and 19. RGB value is (115,50,25). Sum of RGB (Red+Green+Blue) = 115+50+25=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #733219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733219 is #8CCDE6. Grayscale: #424242. Windows color (decimal): -9227751 or 1651315. OLE color: 1651315.

HSL color Cylindrical-coordinate representation of color #733219: hue angle of 16.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #733219 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 25 -
CMYK 0 0.57 0.78 0.55
HSL 16.67º 0.64% 0.27% -
HSV(B) 16.67º 0.78% 0.45% -
XYZ 8.39 6 1.64 -
YUV 66.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 115 50 25 0 0.57 0.78 0.55 16.67 0.64 0.27
Hex 73 32 19 0 39 4E 37 11 40 1B
Octal 163 62 31 0 71 116 67 21 100 33
Binary 1110011 110010 11001 0 111001 1001110 110111 10001 1000000 11011

Color Harmonies of #733219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733219

Black with #733219

Text Example


Text Example

White with #733219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733219; }

 p { color: rgb(115,50,25); }

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

background-color css

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

 a { background-color: rgb(115,50,25); }

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

border-color css

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

 span { border-color: rgb(115,50,25); }

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