Html Css Color HEX #733A21 Peru Tan

📋 copy color: '#733A21'

red 115 ◦ green 58 ◦ blue 33

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

Shades of Peru Tan #733A21

Tints of Peru Tan #733A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 55.83%
G = 28.16%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#733A21 (or 0x733A21) is known color: Peru Tan. HEX triplet: 73, 3A and 21. RGB value is (115,58,33). Sum of RGB (Red+Green+Blue) = 115+58+33=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A21 is #8CC5DE. Grayscale: #484848. Windows color (decimal): -9225695 or 2177651. OLE color: 2177651.

HSL color Cylindrical-coordinate representation of color #733A21: hue angle of 18.29º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #733A21 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 58 33 -
CMYK 0 0.50 0.71 0.55
HSL 18.29º 0.55% 0.29% -
HSV(B) 18.29º 0.71% 0.45% -
XYZ 8.86 6.78 2.28 -
YUV 72.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 115 58 33 0 0.50 0.71 0.55 18.29 0.55 0.29
Hex 73 3A 21 0 32 47 37 12 37 1D
Octal 163 72 41 0 62 107 67 22 67 35
Binary 1110011 111010 100001 0 110010 1000111 110111 10010 110111 11101

Color Harmonies of #733A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733A21

Black with #733A21

Text Example


Text Example

White with #733A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733A21; }

 p { color: rgb(115,58,33); }

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

background-color css

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

 a { background-color: rgb(115,58,33); }

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

border-color css

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

 span { border-color: rgb(115,58,33); }

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