Html Css Color HEX #733E20 Peru Tan

📋 copy color: '#733E20'

red 115 ◦ green 62 ◦ blue 32

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

Shades of Peru Tan #733E20

Tints of Peru Tan #733E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 55.02%
G = 29.67%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#733E20 (or 0x733E20) is known color: Peru Tan. HEX triplet: 73, 3E and 20. RGB value is (115,62,32). Sum of RGB (Red+Green+Blue) = 115+62+32=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E20 is #8CC1DF. Grayscale: #4A4A4A. Windows color (decimal): -9224672 or 2113139. OLE color: 2113139.

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

Color convert

RGB 115 62 32 -
CMYK 0 0.46 0.72 0.55
HSL 21.69º 0.56% 0.29% -
HSV(B) 21.69º 0.72% 0.45% -
XYZ 9.05 7.19 2.28 -
YUV 74.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 115 62 32 0 0.46 0.72 0.55 21.69 0.56 0.29
Hex 73 3E 20 0 2E 48 37 16 38 1D
Octal 163 76 40 0 56 110 67 26 70 35
Binary 1110011 111110 100000 0 101110 1001000 110111 10110 111000 11101

Color Harmonies of #733E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733E20

Black with #733E20

Text Example


Text Example

White with #733E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,62,32); }

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

background-color css

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

 a { background-color: rgb(115,62,32); }

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

border-color css

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

 span { border-color: rgb(115,62,32); }

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