Html Css Color HEX #733D21 Peru Tan

📋 copy color: '#733D21'

red 115 ◦ green 61 ◦ blue 33

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

Shades of Peru Tan #733D21

Tints of Peru Tan #733D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

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

R = 55.02%
G = 29.19%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#733D21 (or 0x733D21) is known color: Peru Tan. HEX triplet: 73, 3D and 21. RGB value is (115,61,33). Sum of RGB (Red+Green+Blue) = 115+61+33=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D21 is #8CC2DE. Grayscale: #4A4A4A. Windows color (decimal): -9224927 or 2178419. OLE color: 2178419.

HSL color Cylindrical-coordinate representation of color #733D21: hue angle of 20.49º 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 #733D21 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 61 33 -
CMYK 0 0.47 0.71 0.55
HSL 20.49º 0.55% 0.29% -
HSV(B) 20.49º 0.71% 0.45% -
XYZ 9.01 7.09 2.33 -
YUV 73.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 115 61 33 0 0.47 0.71 0.55 20.49 0.55 0.29
Hex 73 3D 21 0 2F 47 37 14 37 1D
Octal 163 75 41 0 57 107 67 24 67 35
Binary 1110011 111101 100001 0 101111 1000111 110111 10100 110111 11101

Color Harmonies of #733D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D21

Black with #733D21

Text Example


Text Example

White with #733D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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