Html Css Color HEX #733119 Peru Tan

📋 copy color: '#733119'

red 115 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #733119

Tints of Peru Tan #733119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

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

R = 60.85%
G = 25.93%
B = 13.23%

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

#733119 (or 0x733119) is known color: Peru Tan. HEX triplet: 73, 31 and 19. RGB value is (115,49,25). Sum of RGB (Red+Green+Blue) = 115+49+25=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #733119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733119 is #8CCEE6. Grayscale: #424242. Windows color (decimal): -9228007 or 1651059. OLE color: 1651059.

HSL color Cylindrical-coordinate representation of color #733119: hue angle of 16º 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 #733119 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 25 -
CMYK 0 0.57 0.78 0.55
HSL 16º 0.64% 0.27% -
HSV(B) 16º 0.78% 0.45% -
XYZ 8.34 5.91 1.62 -
YUV 66 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 115 49 25 0 0.57 0.78 0.55 16 0.64 0.27
Hex 73 31 19 0 39 4E 37 10 40 1B
Octal 163 61 31 0 71 116 67 20 100 33
Binary 1110011 110001 11001 0 111001 1001110 110111 10000 1000000 11011

Color Harmonies of #733119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733119

Black with #733119

Text Example


Text Example

White with #733119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733119; }

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

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

background-color css

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

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

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

border-color css

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

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

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